Fix frontend type check issue

This commit is contained in:
Tuan Dang
2024-04-24 21:32:36 -07:00
parent b01d381993
commit 7a242c4976

View File

@@ -68,6 +68,7 @@ export const OrgLDAPSection = (): JSX.Element => {
bindDN: "",
bindPass: "",
searchBase: "",
searchFilter: "",
groupSearchBase: "",
groupSearchFilter: ""
});