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