From 371ecd9d3a31276e7994010d6c7490417733c103 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 19 Mar 2019 14:55:19 -0400 Subject: [PATCH] page at 200 --- src/app/vault/ciphers.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {