diff --git a/frontend/src/views/Settings/OrgSettingsPage/components/OrgAuthTab/OrgLDAPSection.tsx b/frontend/src/views/Settings/OrgSettingsPage/components/OrgAuthTab/OrgLDAPSection.tsx index ae82b98824..87d0f28aff 100644 --- a/frontend/src/views/Settings/OrgSettingsPage/components/OrgAuthTab/OrgLDAPSection.tsx +++ b/frontend/src/views/Settings/OrgSettingsPage/components/OrgAuthTab/OrgLDAPSection.tsx @@ -68,6 +68,7 @@ export const OrgLDAPSection = (): JSX.Element => { bindDN: "", bindPass: "", searchBase: "", + searchFilter: "", groupSearchBase: "", groupSearchFilter: "" });