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

@@ -5,7 +5,7 @@ import useApiRequest from '../useRequest';
import t from './types';
const defaultPagination = {
pageSize: 12,
pageSize: 20,
page: 0,
pagesCount: 0,
};