Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Oct 21, 2024
1 parent 440dc66 commit 87ca647
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ export const RecordIndexContainerContextStoreNumberOfSelectedRecordsEffect =
recordGqlFields: {
id: true,
},
filter: computeContextStoreFilters(contextStoreTargetedRecordsRule),
filter: computeContextStoreFilters(
contextStoreTargetedRecordsRule,
objectMetadataItem,
),
limit: 1,
skip: contextStoreTargetedRecordsRule.mode === 'selection',
});
Expand Down

0 comments on commit 87ca647

Please sign in to comment.