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