Skip to content

Commit 42f9785

Browse files
authored
Update list data (#1529)
1 parent da8559d commit 42f9785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/rollupscan/index/Table.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ const RollupTable = function RollupTable(props) {
158158
const params = new URLSearchParams(searchParams.toString())
159159
params.set("page", newPage)
160160
router.push(`${pathname}?${params.toString()}`)
161+
onPaginationChange({ page: newPage, pageSize: +pageSize })
161162
}
162163

163164
if (emptyBatch) {

0 commit comments

Comments
 (0)