Skip to content

Commit

Permalink
Increased pagesize for sites (#3555)
Browse files Browse the repository at this point in the history
  • Loading branch information
SCullman committed Feb 9, 2020
1 parent 33733b0 commit eab9498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const switchCase = [{
export default function getReducer(initialState, additionalCases) {
return function common(state = Object.assign({
pageIndex: 0,
pageSize: 10,
pageSize: 100,
portalGroupId: -1,
filter: ""
}, initialState), action) {
Expand Down

0 comments on commit eab9498

Please sign in to comment.