Skip to content

Commit

Permalink
Merge pull request #8926 from jeffibm/fix-ansible-credential-info
Browse files Browse the repository at this point in the history
Fix for displaying ansible credential info
  • Loading branch information
Fryguy authored Sep 29, 2023
2 parents 990349c + a45a4d2 commit efd98a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const AnsibleCredentialsForm = ({ recordId }) => {
return API.get(`/api/authentications/${recordId}`).then((initialValues) => promise.then(loadSchema(initialValues.type, {
initialValues: {
...initialValues,
...initialValues.options,
},
isLoading: false,
})));
Expand Down

0 comments on commit efd98a2

Please sign in to comment.