mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Various cleanup
This commit is contained in:
parent
90dec929f4
commit
4326f6cf91
3 changed files with 1 additions and 9 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue