From 7b952c72450d7aecad357fa25f5c6a1a51781b8c Mon Sep 17 00:00:00 2001 From: Ron Lucke Date: Thu, 20 Jun 2024 15:15:27 +0200 Subject: [PATCH] Update Table.tsx use button instead of div --- src/components/shared/Table.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/shared/Table.tsx b/src/components/shared/Table.tsx index 4c5563a5c8..1a43f33313 100644 --- a/src/components/shared/Table.tsx +++ b/src/components/shared/Table.tsx @@ -309,7 +309,7 @@ const Table = ({ {/* Selection of page size */}
-
setShowPageSizes(!showPageSizes)} // @ts-expect-error TS(2322): Type 'RefObject' is not assignable to typ... Remove this comment to see the full error message @@ -331,7 +331,7 @@ const Table = ({ ))} )} -
+ {/* Pagination and navigation trough pages */}