FIX: Disable save button for API key creation when invalid (#9005)

This commit is contained in:
David Taylor 2020-02-19 16:33:09 +00:00 committed by GitHub
parent 836ab73d59
commit 8ec2d8a814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
{{/admin-form-row}}
{{/if}}
{{#admin-form-row}}
{{d-button icon="check" label="admin.api.save" action=(action "save") class="btn-primary"}}
{{d-button icon="check" label="admin.api.save" action=(action "save") class="btn-primary" disabled=saveDisabled}}
{{/admin-form-row}}
{{/if}}
</div>