1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-22 07:50:04 +02:00

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

This commit is contained in:
Jonas Hendrickx 2024-10-21 17:56:50 +02:00 committed by GitHub
parent d298ac6edf
commit ca3e9fc1bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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