feat: change default page size pagination.

This commit is contained in:
elforjani13
2021-09-26 14:02:26 +02:00
parent 31d2b1b09a
commit fcace4213c
23 changed files with 45 additions and 59 deletions

View File

@@ -6,7 +6,7 @@ import t from 'store/types';
const initialState = {
tableState: {
pageSize: 12,
pageSize: 20,
pageIndex: 0,
sortBy: [],
},