Skip to content

Commit

Permalink
feat: add missing args
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Dec 12, 2024
1 parent e029c43 commit 50a4133
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,10 @@ export const CollectionItemsPanel = ({

const newCollectionSearchCriteria = new CollectionSearchCriteria(
currentSearchCriteria.searchText,
newItemsTypes
newItemsTypes,
undefined,
undefined,
currentSearchCriteria.filterQueries
)

const totalItemsCount = await loadMore(resetPaginationInfo, newCollectionSearchCriteria, true)
Expand Down

0 comments on commit 50a4133

Please sign in to comment.