From ab551a3ecebbaff8f335235a74353d339eefe6f5 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 12 Mar 2025 22:40:29 +0300 Subject: [PATCH] Update data-table.tsx --- rsconcept/frontend/src/components/data-table/data-table.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/rsconcept/frontend/src/components/data-table/data-table.tsx b/rsconcept/frontend/src/components/data-table/data-table.tsx index f06835fa..a17b0051 100644 --- a/rsconcept/frontend/src/components/data-table/data-table.tsx +++ b/rsconcept/frontend/src/components/data-table/data-table.tsx @@ -126,7 +126,6 @@ export function DataTable({ const [lastSelected, setLastSelected] = useState(null); const table = useDataTable({ ...restProps }); - console.log(table); const isPaginationEnabled = typeof table.getCanNextPage === 'function'; const isEmpty = table.getRowModel().rows.length === 0;