1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

page ciphers list for better performance

This commit is contained in:
Kyle Spearrin
2019-03-19 11:34:56 -04:00
parent 8231b6f09f
commit f02debb03b
8 changed files with 293 additions and 14 deletions

View File

@@ -11,5 +11,6 @@ import { CiphersComponent as BaseCiphersComponent } from 'jslib/angular/componen
export class CiphersComponent extends BaseCiphersComponent {
constructor(searchService: SearchService) {
super(searchService);
this.pageSize = 250;
}
}