1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[PM-18663] Fix calls to bit-button loading states (#13592)

This commit is contained in:
Vicki League
2025-02-27 11:39:46 -05:00
committed by GitHub
parent e6aaa65563
commit 1da7f2052c
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
#reinstateBtn
(click)="reinstate()"
[appApiAction]="reinstatePromise"
[disabled]="$any(reinstateBtn).loading"
[disabled]="$any(reinstateBtn).loading()"
>
{{ "reinstateSubscription" | i18n }}
</button>
@@ -109,7 +109,7 @@
class="tw-ml-auto"
(click)="cancelSubscription()"
[appApiAction]="cancelPromise"
[disabled]="$any(cancelBtn).loading"
[disabled]="$any(cancelBtn).loading()"
*ngIf="subscription && !subscription.cancelled && !subscriptionMarkedForCancel"
>
{{ "cancelSubscription" | i18n }}