We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d75f93 commit 21a707dCopy full SHA for 21a707d
1 file changed
frontend/src/views/system/authentication/LdapEditor.vue
@@ -254,7 +254,7 @@ defineExpose({
254
<template #footer>
255
<span class="dialog-footer">
256
<el-button secondary @click="resetForm(ldapForm)">{{ t('common.cancel') }}</el-button>
257
- <el-button secondary :disabled="!state.form.addr" @click="validate">
+ <el-button secondary :disabled="!state.form.server_address" @click="validate">
258
{{ t('ds.test_connection') }}
259
</el-button>
260
<el-button type="primary" @click="submitForm(ldapForm)">
0 commit comments