1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

api for leaving organization

This commit is contained in:
Kyle Spearrin
2018-07-04 09:54:14 -04:00
parent 236c00475d
commit 278b4402da
3 changed files with 6 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ export class CiphersComponent {
await this.load(this.filter);
}
async applyFilter(filter: (cipher: CipherView) => boolean = null) {
applyFilter(filter: (cipher: CipherView) => boolean = null) {
this.filter = filter;
if (this.filter == null) {
this.ciphers = this.allCiphers;