mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Preventing call to changedProduct if self hosted (#7591)
This commit is contained in:
@@ -201,7 +201,10 @@ export class OrganizationPlansComponent implements OnInit, OnDestroy {
|
||||
this.singleOrgPolicyAppliesToActiveUser = policyAppliesToActiveUser;
|
||||
});
|
||||
|
||||
this.changedProduct();
|
||||
if (!this.selfHosted) {
|
||||
this.changedProduct();
|
||||
}
|
||||
|
||||
this.loading = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user