We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c30045 commit 1c99c63Copy full SHA for 1c99c63
src/lib/components/v2/projects/datasets/DatasetImagesTable.svelte
@@ -679,8 +679,8 @@
679
currentPage={imagePage.current_page}
680
pageSize={imagePage.page_size}
681
totalCount={imagePage.total_count}
682
- onPageChange={async () => {
683
- await searchImages();
+ onPageChange={async (currentPage, pageSize) => {
+ await searchImages(currentPage, pageSize);
684
}}
685
/>
686
</div>
0 commit comments