Skip to content

Commit b540e6b

Browse files
fix: Unable to validate LDAP form
1 parent 8d75f93 commit b540e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/system/authentication/LdapEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ defineExpose({
254254
<template #footer>
255255
<span class="dialog-footer">
256256
<el-button secondary @click="resetForm(ldapForm)">{{ t('common.cancel') }}</el-button>
257-
<el-button secondary :disabled="!state.form.addr" @click="validate">
257+
<el-button secondary :disabled="!state.form.server_address" @click="validate">
258258
{{ t('ds.test_connection') }}
259259
</el-button>
260260
<el-button type="primary" @click="submitForm(ldapForm)">

0 commit comments

Comments
 (0)