Skip to content

Commit

Permalink
Fix for displaying ansible credential info
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffibm committed Sep 26, 2023
1 parent f91fdac commit a45a4d2
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 a45a4d2

Please sign in to comment.