Fixed edge dropdown id

This commit is contained in:
mabashian
2018-11-20 14:47:11 -05:00
parent 228e412478
commit 625c6c30fc
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ export default ['$scope', 'TemplatesService', 'JobTemplateModel', 'PromptService
break; break;
} }
CreateSelect2({ CreateSelect2({
element: '#workflow_node_edge_3', element: '#workflow_node_edge',
multiple: false multiple: false
}); });

View File

@@ -130,7 +130,7 @@
</label> </label>
<div> <div>
<select <select
id="workflow_node_edge_3" id="workflow_node_edge"
ng-options="v as v.label for v in edgeTypeOptions track by v.value" ng-options="v as v.label for v in edgeTypeOptions track by v.value"
ng-model="edgeType" ng-model="edgeType"
class="form-control Form-dropDown" class="form-control Form-dropDown"