mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Fix linting error
This commit is contained in:
@@ -636,7 +636,7 @@ export default ['$scope', 'TemplatesService',
|
|||||||
name: pauseNode.name,
|
name: pauseNode.name,
|
||||||
description: pauseNode.description,
|
description: pauseNode.description,
|
||||||
unified_job_type: "workflow_approval"
|
unified_job_type: "workflow_approval"
|
||||||
},
|
};
|
||||||
nodeRef[$scope.nodeConfig.nodeId].isEdited = true;
|
nodeRef[$scope.nodeConfig.nodeId].isEdited = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user