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

@@ -86,7 +86,7 @@ export function useEstimates(query, props) {
estimates: [],
pagination: {
page: 1,
pageSize: 12,
pageSize: 20,
total: 0,
},
filterMeta: {},