1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

PM-29501 fixed failing test

This commit is contained in:
voommen-livefront
2026-01-15 08:38:43 -06:00
parent 1d7c2ff737
commit 372760fee2

View File

@@ -49,7 +49,7 @@ export abstract class CipherReportComponent implements OnDestroy {
filterStatus: any = [0];
showFilterToggle: boolean = false;
selectedFilterChip: string = "0";
chipSelectOptions: { label: string; value: string; icon: string }[];
chipSelectOptions: { label: string; value: string; icon: string }[] = [];
vaultMsg: string = "vault";
currentFilterStatus: number | string = 0;
protected filterOrgStatus$ = new BehaviorSubject<number | string>(0);