mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
100 per page
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 7b1ffbbcc9...741e060d99
@@ -64,7 +64,7 @@ export class CiphersComponent extends BaseCiphersComponent implements OnInit, On
|
|||||||
private folderService: FolderService, private collectionService: CollectionService,
|
private folderService: FolderService, private collectionService: CollectionService,
|
||||||
private analytics: Angulartics2, private platformUtilsService: PlatformUtilsService) {
|
private analytics: Angulartics2, private platformUtilsService: PlatformUtilsService) {
|
||||||
super(searchService);
|
super(searchService);
|
||||||
this.pageSize = platformUtilsService.isEdge() ? 25 : 10;
|
this.pageSize = platformUtilsService.isEdge() ? 25 : 100;
|
||||||
this.applySavedState = (window as any).previousPopupUrl != null &&
|
this.applySavedState = (window as any).previousPopupUrl != null &&
|
||||||
!(window as any).previousPopupUrl.startsWith('/ciphers');
|
!(window as any).previousPopupUrl.startsWith('/ciphers');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user