1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-27 12:36:14 +01:00

remove allciphers

This commit is contained in:
Kyle Spearrin 2018-08-13 16:27:28 -04:00
parent 8448b48cd7
commit a7bbdf9c93

View File

@ -20,7 +20,6 @@ export class CiphersComponent {
searchText: string;
searchPlaceholder: string = null;
protected allCiphers: CipherView[] = [];
protected filter: (cipher: CipherView) => boolean = null;
protected searchPending = false;