1
0
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:
Stephon Brown
2026-02-04 18:38:21 -05:00
parent 960a57027f
commit d48ec4c0ba

View File

@@ -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(),
);