mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-22 15:50:32 +00:00
feat: change default page size pagination.
This commit is contained in:
@@ -6,7 +6,7 @@ import t from 'store/types';
|
||||
|
||||
const initialState = {
|
||||
tableState: {
|
||||
pageSize: 12,
|
||||
pageSize: 20,
|
||||
pageIndex: 0,
|
||||
sortBy: [],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user