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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user