Skip to content

Commit 42f6c9b

Browse files
小调整。
1 parent 4ab9407 commit 42f6c9b

File tree

1 file changed

+1
-1
lines changed
  • ui/src/workflow/nodes/variable-assign-node

1 file changed

+1
-1
lines changed

ui/src/workflow/nodes/variable-assign-node/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<el-select :teleported="false" v-model="item.source" size="small" style="width: 85px">
4646
<el-option :label="$t('workflow.variable.Referencing')" value="referencing" />
4747
<el-option :label="$t('common.custom')" value="custom" />
48-
<el-option :label="null" value="null" />
48+
<el-option label="null" value="null" />
4949
</el-select>
5050
</div>
5151

0 commit comments

Comments
 (0)