diff --git a/src/frontend/src/components/tableComponent/index.tsx b/src/frontend/src/components/tableComponent/index.tsx index 1a9c7a44d..93239723b 100644 --- a/src/frontend/src/components/tableComponent/index.tsx +++ b/src/frontend/src/components/tableComponent/index.tsx @@ -35,6 +35,7 @@ const TableComponent = forwardRef< }, ref, ) => { + document.querySelector(".ag-paging-page-size")!.style.display = "none"; const gridRef = useRef(null); const realRef = ref?.current ? ref : gridRef; const dark = useDarkStore((state) => state.dark);