diff --git a/src/hooks/common/table.ts b/src/hooks/common/table.ts index 594fc466..de9e1738 100644 --- a/src/hooks/common/table.ts +++ b/src/hooks/common/table.ts @@ -83,7 +83,8 @@ export function useTable { + // Fix Naive Pagination's outdated API + onUpdatePage: async (page: number) => { pagination.page = page; await onPaginationChanged?.(pagination);