Skip to content

Commit efd98a2

Browse files
authored
Merge pull request #8926 from jeffibm/fix-ansible-credential-info
Fix for displaying ansible credential info
2 parents 990349c + a45a4d2 commit efd98a2

File tree

1 file changed

+1
-0
lines changed
  • app/javascript/components/ansible-credentials-form

1 file changed

+1
-0
lines changed

app/javascript/components/ansible-credentials-form/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const AnsibleCredentialsForm = ({ recordId }) => {
3939
return API.get(`/api/authentications/${recordId}`).then((initialValues) => promise.then(loadSchema(initialValues.type, {
4040
initialValues: {
4141
...initialValues,
42+
...initialValues.options,
4243
},
4344
isLoading: false,
4445
})));

0 commit comments

Comments
 (0)