Skip to content

Commit

Permalink
misc: adjusted other hook usage to incorporate new properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Jun 26, 2024
1 parent 15758b9 commit 1e70168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/api/ldapConfig/mutations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const useUpdateLDAPConfig = () => {
url?: string;
bindDN?: string;
bindPass?: string;
uniqueUserAttribute: string;
uniqueUserAttribute?: string;
searchBase?: string;
searchFilter?: string;
groupSearchBase?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const OrgLDAPSection = (): JSX.Element => {
url: "",
bindDN: "",
bindPass: "",
uniqueUserAttribute: "",
searchBase: "",
searchFilter: "",
groupSearchBase: "",
Expand Down

0 comments on commit 1e70168

Please sign in to comment.