- client: fix default page size for dashboard tables
This commit is contained in:
committed by
Simon Zolin
parent
6a08a9faa6
commit
701233a4b7
@@ -58,6 +58,7 @@ const QueriedDomains = ({
|
||||
showPagination={false}
|
||||
noDataText={t('no_domains_found')}
|
||||
minRows={6}
|
||||
defaultPageSize={100}
|
||||
className="-striped -highlight card-table-overflow stats__table"
|
||||
/>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user