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