Various cleanup

This commit is contained in:
jeffvli 2023-01-02 02:05:30 -08:00
parent 90dec929f4
commit 4326f6cf91
3 changed files with 1 additions and 9 deletions

View file

@ -42,8 +42,6 @@ export const TablePagination = ({
tableRef.current?.api.paginationGoToPage(newPage);
setPagination?.({ currentPage: newPage });
setIdPagination?.(id || '', { currentPage: newPage });
console.log('newPage', newPage);
};
const handleGoSubmit = goToForm.onSubmit((values) => {