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:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user