Minor change to fix rebase conflict.

This commit is contained in:
beeankha
2019-08-26 09:29:44 -04:00
committed by Ryan Petrello
parent b2819793df
commit 2e58a47118

View File

@@ -353,7 +353,7 @@ export default ['$scope', 'TemplatesService', 'JobTemplateModel', 'PromptService
value: $scope.extraVars
};
$scope.nodeConfig.node.promptData = $scope.promptData = {
$scope.nodeConfig.node.promptData = $scope.jobNodeState.promptData = {
launchConf: launchConf,
launchOptions: launchOptions,
prompts: prompts,