Skip to content

Commit

Permalink
fix: increased the default number of pagesize
Browse files Browse the repository at this point in the history
  • Loading branch information
devamitranjan committed Sep 24, 2024
1 parent e06dfd6 commit f06599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/usePagination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const usePagination = (
rowCount: number = -1,
initialPaginationState: GridPaginationModel = {
page: 0,
pageSize: 5,
pageSize: 10,
},
initialSortState?: GridSortModel,
hasCount: boolean = true,
Expand Down

0 comments on commit f06599c

Please sign in to comment.