Skip to content

Commit

Permalink
Fix(core/pipelines): Fix syntax error on ui-select causing stage conf…
Browse files Browse the repository at this point in the history
…iguration to not load (#9886)
  • Loading branch information
bliu2368 authored Sep 9, 2022
1 parent ed1d5f8 commit f6e424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/pipeline/config/stages/stage.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h4 ng-bind="stage.name || '[new stage]'"></h4>
style="width: 250px"
class="form-control input-sm"
autofocus
onselect="stageConfigCtrl.selectStageType($item)"
on-select="stageConfigCtrl.selectStageType($item)"
>
<ui-select-match>
<strong>{{$select.selected.label}}</strong>
Expand Down

0 comments on commit f6e424b

Please sign in to comment.