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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user