diff --git a/src/app/vault/ciphers.component.ts b/src/app/vault/ciphers.component.ts index 769c5f5b51..5bba338ace 100644 --- a/src/app/vault/ciphers.component.ts +++ b/src/app/vault/ciphers.component.ts @@ -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() {