UI: change page size for rule-chain-select to 1024

This commit is contained in:
rusikv 2023-12-07 17:31:49 +02:00
parent 220b2ee8e3
commit 54914f9851

View File

@ -65,7 +65,7 @@ export class RuleChainSelectComponent implements ControlValueAccessor, OnInit {
} }
ngOnInit() { ngOnInit() {
const pageLink = new PageLink(1000, 0, null, { const pageLink = new PageLink(1024, 0, null, {
property: 'name', property: 'name',
direction: Direction.ASC direction: Direction.ASC
}); });