diff --git a/apps/web/src/app/dirt/reports/pages/cipher-report.component.ts b/apps/web/src/app/dirt/reports/pages/cipher-report.component.ts index 2524b49dff1..2bbaf58b51c 100644 --- a/apps/web/src/app/dirt/reports/pages/cipher-report.component.ts +++ b/apps/web/src/app/dirt/reports/pages/cipher-report.component.ts @@ -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(0);