fix isDirty issue

This commit is contained in:
mfrances 2021-03-16 16:10:31 -04:00
parent 4593a3fa2a
commit 926c97002f

View file

@ -23,7 +23,7 @@ export const LdapSettingsKerberosIntegration = ({
const allowKerberosAuth: [string] = useWatch({ const allowKerberosAuth: [string] = useWatch({
control: form.control, control: form.control,
name: "config.allowKerberosAuthentication", name: "config.allowKerberosAuthentication",
defaultValue: ["true"], defaultValue: ["false"],
}); });
return ( return (