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