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:
@@ -27,7 +27,7 @@ export class CiphersComponent implements OnInit {
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
await this.load();
|
||||
//await this.load();
|
||||
}
|
||||
|
||||
async load(filter: (cipher: CipherView) => boolean = null) {
|
||||
|
||||
Reference in New Issue
Block a user