diff --git a/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.controller.js b/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.controller.js index 5bb597d009..2ffc6fc18a 100644 --- a/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.controller.js +++ b/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.controller.js @@ -152,7 +152,7 @@ export default ['$scope', 'TemplatesService', credentialIdsToPost.forEach((credentialToPost) => { credentialRequests.push({ - id: data.data.id, + id: data.id, data: { id: credentialToPost.id }