Update
This commit is contained in:
@@ -13,7 +13,7 @@ export default function BaseTablePagination({
|
|||||||
<Box>
|
<Box>
|
||||||
<TablePagination
|
<TablePagination
|
||||||
component="div"
|
component="div"
|
||||||
rowsPerPageOptions={[10, 25]}
|
rowsPerPageOptions={[10, 25, 50, 100]}
|
||||||
count={count}
|
count={count}
|
||||||
page={page}
|
page={page}
|
||||||
onPageChange={onPageChange}
|
onPageChange={onPageChange}
|
||||||
|
|||||||
Reference in New Issue
Block a user