mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Remove unnecessary log statement
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
This commit is contained in:
parent
7303ab83c4
commit
31e00c0ad3
@ -25,7 +25,6 @@ export function DataTableToolbar<TData>({
|
||||
}: DataTableToolbarProps<TData>) {
|
||||
const isFiltered = !deepPlainEquals(table.getState().columnFilters, defaultColumnFilters);
|
||||
const isSorted = !deepPlainEquals(table.getState().sorting, defaultSorting);
|
||||
console.log({ columnFilters: table.getState().columnFilters, sorting: table.getState().sorting, defaultSorting });
|
||||
|
||||
return (
|
||||
<div className="flex items-center justify-between">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user