1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

fix(billing): add condition to disable submit button for account credit (#17006)

This commit is contained in:
Stephon Brown
2025-10-23 17:21:48 -04:00
committed by GitHub
parent e3f943364f
commit 2eef32d757

View File

@@ -70,7 +70,7 @@
bitButton
bitFormButton
buttonType="primary"
[disabled]="loading() || !isFormValid()"
[disabled]="loading() || !isFormValid() || !(hasEnoughAccountCredit$ | async)"
type="submit"
>
{{ "upgrade" | i18n }}