diff --git a/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js b/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js index b8d8ffcbdc..cb6eeafa28 100644 --- a/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js +++ b/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js @@ -190,7 +190,7 @@ export default [ '$state', .text(function () { return "START"; }) .call(add_node); } - else {//d.isActiveEdit + else { thisNode.append("rect") .attr("width", rectW) .attr("height", rectH)