Skip to content

Commit

Permalink
fix: increase default pageSize to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpyon committed Jul 17, 2023
1 parent 486b742 commit b7b08f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/assets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const initialState = {
title: getOrderTitle(defaultOrder.field, defaultOrder.direction)
},
pageIndex: 0,
pageSize: 50,
pageSize: 100,
// totalCount: -1,
view: 'grid'
} as AssetsReducerState
Expand Down

0 comments on commit b7b08f3

Please sign in to comment.