mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
PM-20578 Retrieve cipherViews when we dont have it
This commit is contained in:
@@ -137,7 +137,7 @@ export class RiskInsightsDataService {
|
||||
this.cipherViewsForOrganizationSubject.next([]);
|
||||
}
|
||||
|
||||
if (this.cipherViewsForOrganizationSubject.value) {
|
||||
if (this.cipherViewsForOrganizationSubject.value.length > 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user