Skip to content

Commit cc07477

Browse files
committed
fix: After renaming the predecessor node, the variable list was not updated
1 parent 36f4dfb commit cc07477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/workflow/common/NodeContainer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ const editName = async (formEl: FormInstance | undefined) => {
254254
?.some((node: any) => node.properties.stepName === form.value.title)
255255
) {
256256
set(props.nodeModel.properties, 'stepName', form.value.title)
257+
props.nodeModel.clear_next_node_field(true)
257258
nodeNameDialogVisible.value = false
258259
formEl.resetFields()
259260
} else {

0 commit comments

Comments
 (0)