Skip to content

Commit a45a4d2

Browse files
committed
Fix for displaying ansible credential info
1 parent f91fdac commit a45a4d2

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)