Skip to content

Commit

Permalink
Merge pull request #84 from devamitranjan/FIX_ISSUE_82
Browse files Browse the repository at this point in the history
fix: increased the default number of pagesize
  • Loading branch information
marrouchi authored Sep 25, 2024
2 parents ae15a3b + f06599c commit 9f86b30
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 9f86b30

Please sign in to comment.