mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
refactor(billing): clean up unused dialog data and HTML comment
This commit is contained in:
parent
0957a4fd85
commit
960a57027f
@ -1,4 +1,3 @@
|
||||
<!-- Premium-to-Organization upgrade flow: User already has premium personally and is upgrading to Teams/Enterprise -->
|
||||
@if (step() == PlanSelectionStep) {
|
||||
<app-premium-org-upgrade
|
||||
(planSelected)="onPlanSelected($event)"
|
||||
|
||||
@ -78,7 +78,6 @@ describe("PremiumOrgUpgradeDialogComponent", () => {
|
||||
account: mockAccount,
|
||||
initialStep: null,
|
||||
selectedPlan: null,
|
||||
planSelectionStepTitleOverride: null,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user