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

filter state in query params

This commit is contained in:
Kyle Spearrin
2018-01-26 23:56:43 -05:00
parent 375f2a1e02
commit b0e78be1f6
3 changed files with 59 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ export class CiphersComponent implements OnInit {
}
async ngOnInit() {
await this.load();
//await this.load();
}
async load(filter: (cipher: CipherView) => boolean = null) {