mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
Various cleanup
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user