1
0
mirror of https://github.com/bitwarden/web synced 2026-02-12 22:43:44 +00:00

Fix repeat ng insert on safari (#1270)

(cherry picked from commit cf5823fe71)
This commit is contained in:
Matt Gibson
2021-11-01 16:14:31 -05:00
parent 95b9e6fb24
commit 7b58b66e17

View File

@@ -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>
<button type="button" class="btn btn-outline-secondary" (click)="changePlan()" *ngIf="showChangePlanButton">
{{'changeBillingPlan' | i18n}}
</button>
<app-change-plan [organizationId]="organizationId" (onChanged)="closeChangePlan(true)"
(onCanceled)="closeChangePlan(false)" *ngIf="showChangePlan"></app-change-plan>
</ng-container>