Skip to content

Commit

Permalink
Merge pull request #4 from autoinvent/v1.0.3
Browse files Browse the repository at this point in the history
bugfix in case of required not for filteritem
  • Loading branch information
itechify authored Jul 18, 2024
2 parents 340e0e8 + d31dd89 commit f257ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ModelDetailPage/DetailModelIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const DetailModelIndex = ({
[
{
path: `${camelToSnakeCase(relationshipModel)}.id`,
not: false,
op: 'eq',
value: relationshipId,
},
Expand Down

0 comments on commit f257ad4

Please sign in to comment.