1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

PM-29501 remove unwanted code

This commit is contained in:
voommen-livefront
2026-01-14 14:29:52 -06:00
parent d0ca7a588c
commit 1d7c2ff737

View File

@@ -112,9 +112,4 @@ export class ExposedPasswordsReportComponent extends CipherReportComponent imple
): Promise<CipherView | null> {
return await this.isPasswordExposed(updatedCipherView);
}
async filterOrgToggleChipSelect(filterId: string | null) {
const selectedFilterId = filterId ?? 0;
await this.filterOrgToggle(selectedFilterId);
}
}