We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91fdac commit a45a4d2Copy full SHA for a45a4d2
app/javascript/components/ansible-credentials-form/index.jsx
@@ -39,6 +39,7 @@ const AnsibleCredentialsForm = ({ recordId }) => {
39
return API.get(`/api/authentications/${recordId}`).then((initialValues) => promise.then(loadSchema(initialValues.type, {
40
initialValues: {
41
...initialValues,
42
+ ...initialValues.options,
43
},
44
isLoading: false,
45
})));
0 commit comments