diff --git a/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-link-form.controller.js b/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-link-form.controller.js index bbf8f095c3..3e27f823ca 100644 --- a/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-link-form.controller.js +++ b/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-link-form.controller.js @@ -29,7 +29,7 @@ export default ['$scope', 'TemplatesStrings', 'CreateSelect2', value: $scope.linkConfig.edgeType }; CreateSelect2({ - element: '#workflow_node_edge_2', + element: '#workflow_link_edge', multiple: false }); } diff --git a/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-link-form.partial.html b/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-link-form.partial.html index cf384b6411..bcbdf10937 100644 --- a/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-link-form.partial.html +++ b/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-link-form.partial.html @@ -9,7 +9,7 @@