mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-17 02:19:51 +03:00
parent
b195080012
commit
9fe9baf7f4
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ class Filters extends Component {
|
|||
<ReactTable
|
||||
data={filters}
|
||||
columns={this.columns}
|
||||
showPagination={false}
|
||||
showPagination={true}
|
||||
defaultPageSize={10}
|
||||
noDataText={ t('no_filters_added') }
|
||||
minRows={4} // TODO find out what to show if rules.length is 0
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue