- client: fix default page size for dashboard tables

This commit is contained in:
Ildar Kamalov
2019-10-10 13:55:32 +03:00
committed by Simon Zolin
parent 6a08a9faa6
commit 701233a4b7
3 changed files with 3 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ const Clients = ({
showPagination={false}
noDataText={t('no_clients_found')}
minRows={6}
defaultPageSize={100}
className="-striped -highlight card-table-overflow"
/>
</Card>