mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Fix repeat ng insert on safari (#1270)
This commit is contained in:
parent
bb0b5f2d87
commit
cf5823fe71
@ -71,11 +71,9 @@
|
||||
</ng-container>
|
||||
</div>
|
||||
<ng-container>
|
||||
<div class="d-flex">
|
||||
<button type="button" class="btn btn-outline-secondary" (click)="changePlan()" *ngIf="showChangePlanButton">
|
||||
{{'changeBillingPlan' | i18n}}
|
||||
</button>
|
||||
</div>
|
||||
<app-change-plan [organizationId]="organizationId" (onChanged)="closeChangePlan(true)"
|
||||
(onCanceled)="closeChangePlan(false)" *ngIf="showChangePlan"></app-change-plan>
|
||||
</ng-container>
|
||||
|
Loading…
Reference in New Issue
Block a user