1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

reduce edge pages even more

This commit is contained in:
Kyle Spearrin
2018-04-17 13:06:57 -04:00
parent 2e5f427bcc
commit b8b6803d6d
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ export class CiphersComponent extends BaseCiphersComponent implements OnInit, On
private folderService: FolderService, private collectionService: CollectionService,
private analytics: Angulartics2, private platformUtilsService: PlatformUtilsService) {
super(cipherService);
this.pageSize = platformUtilsService.isEdge() ? 40 : 100;
this.pageSize = platformUtilsService.isEdge() ? 25 : 100;
}
async ngOnInit() {