fix isDirty issue
This commit is contained in:
parent
4593a3fa2a
commit
926c97002f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export const LdapSettingsKerberosIntegration = ({
|
|||
const allowKerberosAuth: [string] = useWatch({
|
||||
control: form.control,
|
||||
name: "config.allowKerberosAuthentication",
|
||||
defaultValue: ["true"],
|
||||
defaultValue: ["false"],
|
||||
});
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue