diff --git a/ui/src/workflow/nodes/form-node/index.vue b/ui/src/workflow/nodes/form-node/index.vue index 1d8c095aa..8079a3081 100644 --- a/ui/src/workflow/nodes/form-node/index.vue +++ b/ui/src/workflow/nodes/form-node/index.vue @@ -79,10 +79,7 @@ {{ row.field }} - + @@ -97,10 +94,7 @@ - + {{ input_type_list.find((item) => item.value === row.input_type)?.label @@ -108,17 +102,14 @@ - + {{ getDefaultValue(row) }} - + @@ -193,6 +184,7 @@ const sync_form_field_list = () => { })) ] set(props.nodeModel.properties.config, 'fields', fields) + props.nodeModel.clear_next_node_field(false) } const addFormCollectRef = ref>() const editFormCollectRef = ref>()