We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab9407 commit 42f6c9bCopy full SHA for 42f6c9b
ui/src/workflow/nodes/variable-assign-node/index.vue
@@ -45,7 +45,7 @@
45
<el-select :teleported="false" v-model="item.source" size="small" style="width: 85px">
46
<el-option :label="$t('workflow.variable.Referencing')" value="referencing" />
47
<el-option :label="$t('common.custom')" value="custom" />
48
- <el-option :label="null" value="null" />
+ <el-option label="null" value="null" />
49
</el-select>
50
</div>
51
0 commit comments