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({
control: form.control,
name: "config.allowKerberosAuthentication",
defaultValue: ["true"],
defaultValue: ["false"],
});
return (