diff --git a/src/view/plugin/pagination.tsx b/src/view/plugin/pagination.tsx index d8feb1b5..2076d27d 100644 --- a/src/view/plugin/pagination.tsx +++ b/src/view/plugin/pagination.tsx @@ -85,6 +85,10 @@ export function Pagination() { // when a processor is updated for some reason if (resetPageOnUpdate && updatedProcessor !== processor.current) { setCurrentPage(0); + + processor.current.setProps({ + page: 0, + }); } };