From 4db542fc82f9e559902f2e0ec65265e1167a7493 Mon Sep 17 00:00:00 2001 From: voommen-livefront Date: Wed, 25 Jun 2025 09:35:37 -0500 Subject: [PATCH] PM-20578 Retrieve cipherViews when we dont have it --- .../risk-insights/services/risk-insights-data.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-data.service.ts b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-data.service.ts index e7f9ee9269e..b789158be16 100644 --- a/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-data.service.ts +++ b/bitwarden_license/bit-common/src/dirt/reports/risk-insights/services/risk-insights-data.service.ts @@ -137,7 +137,7 @@ export class RiskInsightsDataService { this.cipherViewsForOrganizationSubject.next([]); } - if (this.cipherViewsForOrganizationSubject.value) { + if (this.cipherViewsForOrganizationSubject.value.length > 0) { return; }