Add back in refresh() in ciphers.component (#451)
This commit is contained in:
parent
98098c3fb6
commit
a2b62755bc
|
@ -42,6 +42,10 @@ export class CiphersComponent {
|
|||
await this.load(filter, deleted);
|
||||
}
|
||||
|
||||
async refresh() {
|
||||
await this.reload(this.filter, this.deleted);
|
||||
}
|
||||
|
||||
async applyFilter(filter: (cipher: CipherView) => boolean = null) {
|
||||
this.filter = filter;
|
||||
await this.search(null);
|
||||
|
|
Loading…
Reference in New Issue