mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
100 per page
This commit is contained in:
parent
db43e247b9
commit
57e73dbfac
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 7b1ffbbcc90af7cb73cb49827d5dc8d16cd5098d
|
||||
Subproject commit 741e060d999c7b40e98b5b2b8afab4e43d59afcb
|
@ -64,7 +64,7 @@ export class CiphersComponent extends BaseCiphersComponent implements OnInit, On
|
||||
private folderService: FolderService, private collectionService: CollectionService,
|
||||
private analytics: Angulartics2, private platformUtilsService: PlatformUtilsService) {
|
||||
super(searchService);
|
||||
this.pageSize = platformUtilsService.isEdge() ? 25 : 10;
|
||||
this.pageSize = platformUtilsService.isEdge() ? 25 : 100;
|
||||
this.applySavedState = (window as any).previousPopupUrl != null &&
|
||||
!(window as any).previousPopupUrl.startsWith('/ciphers');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user