commit | 543a861c5f684564cbcdc54bbcd88f6670a6e583 | [log] [tgz] |
---|---|---|
author | Dixsie Wolmers <dixsie@ibm.com> | Mon Oct 12 10:43:52 2020 -0500 |
committer | Derick Montague <derick.montague@ibm.com> | Tue Oct 13 22:45:14 2020 +0000 |
tree | 8fdc1deca3de32d9bd7c59a2570d74cbb7c2f663 | |
parent | 61c65effc18270d3da6148c970b30c26b1f7ebcc [diff] |
Add consistent save button pattern to LDAP As a pattern, save buttons should not be disabled Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: If1d327db6d688d54e3068fb9807a49d401d57af0
diff --git a/src/views/AccessControl/Ldap/Ldap.vue b/src/views/AccessControl/Ldap/Ldap.vue index 1bb5adb..40164a5 100644 --- a/src/views/AccessControl/Ldap/Ldap.vue +++ b/src/views/AccessControl/Ldap/Ldap.vue
@@ -215,7 +215,6 @@ variant="primary" type="submit" data-test-id="ldap-button-saveSettings" - :disabled="!$v.form.$anyDirty" > {{ $t('global.action.saveSettings') }} </b-btn>