UI: increased page size for rule-chain-select
This commit is contained in:
parent
607c04f59d
commit
220b2ee8e3
@ -65,7 +65,7 @@ export class RuleChainSelectComponent implements ControlValueAccessor, OnInit {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
const pageLink = new PageLink(100, 0, null, {
|
||||
const pageLink = new PageLink(1000, 0, null, {
|
||||
property: 'name',
|
||||
direction: Direction.ASC
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user