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

This commit is contained in:
Konstantin Wohlwend 2024-11-17 01:20:04 +01:00
parent 7303ab83c4
commit 31e00c0ad3

View File

@ -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">