Skip to content

Commit 154854d

Browse files
authored
fix: [Trigger] The parameters for advanced orchestration in the trigger task execution have been changed from custom to reference, causing the parameters to disappear. (#4757)
1 parent 3c098d8 commit 154854d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/trigger/component/ApplicationParameter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
<el-cascader
9595
v-if="modelValue['user_input_field_list'][f.field].source === 'reference'"
96-
v-model="modelValue[f.field].value"
96+
v-model="modelValue['user_input_field_list'][f.field].value"
9797
:options="options"
9898
:placeholder="$t('common.selectPlaceholder')"
9999
:props="props"

0 commit comments

Comments
 (0)