page at 200

This commit is contained in:
Kyle Spearrin 2019-03-19 14:55:19 -04:00
parent ff3fce821c
commit 371ecd9d3a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export class CiphersComponent extends BaseCiphersComponent implements OnDestroy
protected toasterService: ToasterService, protected i18nService: I18nService,
protected platformUtilsService: PlatformUtilsService, protected cipherService: CipherService) {
super(searchService);
this.pageSize = 150;
this.pageSize = 200;
}
ngOnDestroy() {