Browse Source

[PM-12527] [Defect] Remove unnecessary "General Information" Header in Organizat… (#11198)

pull/11645/head
Jonas Hendrickx 1 year ago committed by GitHub
parent
commit
ca3e9fc1bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/web/src/app/billing/organizations/organization-plans.component.html

2
apps/web/src/app/billing/organizations/organization-plans.component.html

@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
*ngIf="!loading && !selfHosted && this.passwordManagerPlans && this.secretsManagerPlans"
class="tw-pt-6"
>
<bit-section>
<bit-section [ngClass]="{ 'tw-hidden': !createOrganization }">
<app-org-info
(changedBusinessOwned)="changedOwnedBusiness()"
[formGroup]="formGroup"

Loading…
Cancel
Save