1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +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 bitButton
bitFormButton bitFormButton
buttonType="primary" buttonType="primary"
[disabled]="loading() || !isFormValid()" [disabled]="loading() || !isFormValid() || !(hasEnoughAccountCredit$ | async)"
type="submit" type="submit"
> >
{{ "upgrade" | i18n }} {{ "upgrade" | i18n }}