We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8476bd0 commit da4f8eeCopy full SHA for da4f8ee
ui/src/workflow/nodes/variable-aggregation-node/index.vue
@@ -91,7 +91,7 @@
91
<NodeCascader
92
ref="nodeCascaderRef"
93
:nodeModel="nodeModel"
94
- :style="{ width: form_data.strategy === 'variable_to_dict' ? '200px' : '310px'}"
+ :style="{ width: form_data.strategy === 'variable_to_dict' ? '200px' : '308px'}"
95
:placeholder="$t('workflow.variable.placeholder')"
96
v-model="item.variable"
97
/>
0 commit comments