Skip to content

Commit

Permalink
use pagesize from searchobject
Browse files Browse the repository at this point in the history
  • Loading branch information
MaPoKen committed Jan 16, 2025
1 parent 8842f31 commit 5072070
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const ResourcePicker = ({ setResource }: Props) => {
}}
count={searchResult.search?.totalCount ?? 0}
siblingCount={2}
pageSize={10}
pageSize={searchObject.pageSize}
translations={paginationTranslations}
>
<PaginationPrevTrigger asChild>
Expand Down

0 comments on commit 5072070

Please sign in to comment.