mirror of
https://github.com/hexastack/hexabot
synced 2025-02-22 12:28:26 +00:00
fix: increased the default number of pagesize
This commit is contained in:
parent
e06dfd62de
commit
f06599c4a0
@ -34,7 +34,7 @@ export const usePagination = (
|
||||
rowCount: number = -1,
|
||||
initialPaginationState: GridPaginationModel = {
|
||||
page: 0,
|
||||
pageSize: 5,
|
||||
pageSize: 10,
|
||||
},
|
||||
initialSortState?: GridSortModel,
|
||||
hasCount: boolean = true,
|
||||
|
Loading…
Reference in New Issue
Block a user