Skip to content

Commit

Permalink
Fix frontend type check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtony98 committed Apr 25, 2024
1 parent b01d381 commit 7a242c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const OrgLDAPSection = (): JSX.Element => {
bindDN: "",
bindPass: "",
searchBase: "",
searchFilter: "",
groupSearchBase: "",
groupSearchFilter: ""
});
Expand Down

0 comments on commit 7a242c4

Please sign in to comment.