mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
refactor(billing): rename premium org upgrade dialog flag
This commit is contained in:
@@ -106,7 +106,7 @@ export class PremiumOrgUpgradeDialogComponent implements OnInit {
|
||||
this.configService.getFeatureFlag$(FeatureFlag.PM29593_PremiumToOrganizationUpgrade),
|
||||
{ initialValue: false },
|
||||
);
|
||||
protected readonly isPremiumOrgUpgradeEnabled = computed(
|
||||
protected readonly showPremiumToOrganizationUpgrade = computed(
|
||||
() => this.hasPremiumPersonally() && this.premiumToOrganizationUpgradeEnabled(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user