CEC-1965 Table footer fix (#164)

tiny tiny change
This commit is contained in:
John Wu
2022-07-05 16:57:48 -07:00
committed by GitHub
parent 86418d093c
commit 08b9fbc207
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ const SupplierTable = (props) => {
<TableRow>
<TablePagination
rowsPerPageOptions={[5, 10, 25, 100]}
colSpan={6}
colSpan={7}
count={totalSuppliers}
rowsPerPage={pageSize}
page={pageIndex}