now testing if it is because the array is empty

This commit is contained in:
csawatzky 2025-04-10 12:07:36 -06:00
parent b835524700
commit 407a8fc8c1
4 changed files with 12 additions and 10 deletions

View file

@ -66,11 +66,11 @@ export default function CableMounting(props: Props) {
rows={bin.CableSums}
columns={columns}
page={0}
pageSize={5}
pageSize={0}
handleRowsPerPageChange={()=>{}}
setPage={()=>{}}
total={0}
//hidePagination
hidePagination
/>
)
}