mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
Add back in refresh() in ciphers.component (#451)
This commit is contained in:
@@ -42,6 +42,10 @@ export class CiphersComponent {
|
|||||||
await this.load(filter, deleted);
|
await this.load(filter, deleted);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async refresh() {
|
||||||
|
await this.reload(this.filter, this.deleted);
|
||||||
|
}
|
||||||
|
|
||||||
async applyFilter(filter: (cipher: CipherView) => boolean = null) {
|
async applyFilter(filter: (cipher: CipherView) => boolean = null) {
|
||||||
this.filter = filter;
|
this.filter = filter;
|
||||||
await this.search(null);
|
await this.search(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user