mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
fix linting and style
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
<a (click)="selectCipher(cipher)" (dblclick)="launchCipher(cipher)" href="#" appStopClick
|
||||
title="{{title}} - {{cipher.name}}" class="box-content-row box-content-row-flex">
|
||||
<div class="row-main">
|
||||
|
||||
@@ -64,7 +64,6 @@ export class CiphersComponent extends BaseCiphersComponent implements OnInit, On
|
||||
private folderService: FolderService, private collectionService: CollectionService,
|
||||
private platformUtilsService: PlatformUtilsService, private cipherService: CipherService) {
|
||||
super(searchService);
|
||||
this.pageSize = 100;
|
||||
this.applySavedState = (window as any).previousPopupUrl != null &&
|
||||
!(window as any).previousPopupUrl.startsWith('/ciphers');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user