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

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