mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 18:43:25 +00:00
Fix org upgrade issues (#3091)
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
<app-org-info
|
||||
(changedBusinessOwned)="changedOwnedBusiness()"
|
||||
[formGroup]="formGroup"
|
||||
[createOrganization]="createOrganization"
|
||||
[isProvider]="!!providerId"
|
||||
[acceptingSponsorship]="acceptingSponsorship"
|
||||
></app-org-info>
|
||||
<h2 class="mt-5">{{ "chooseYourPlan" | i18n }}</h2>
|
||||
<div *ngFor="let selectableProduct of selectableProducts" class="form-check form-check-block">
|
||||
|
||||
Reference in New Issue
Block a user