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:
@@ -70,7 +70,7 @@
|
||||
bitButton
|
||||
bitFormButton
|
||||
buttonType="primary"
|
||||
[disabled]="loading() || !isFormValid()"
|
||||
[disabled]="loading() || !isFormValid() || !(hasEnoughAccountCredit$ | async)"
|
||||
type="submit"
|
||||
>
|
||||
{{ "upgrade" | i18n }}
|
||||
|
||||
Reference in New Issue
Block a user