diff --git a/frontend/src/utils/tableData/InventoryCards/inventoryData.tsx b/frontend/src/utils/tableData/InventoryCards/inventoryData.tsx index 31248a8..964a51a 100644 --- a/frontend/src/utils/tableData/InventoryCards/inventoryData.tsx +++ b/frontend/src/utils/tableData/InventoryCards/inventoryData.tsx @@ -39,7 +39,7 @@ export function InvTable({ const [sorting, setSorting] = useState([]); const [pagination, setPagination] = useState({ pageIndex: 0, //initial page index - pageSize: 5, //default page size + pageSize: 500, //default page size }); const table = useReactTable({ data,