Skip to content

Commit

Permalink
Merge branch 'feat/workflow-parallel-support' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhlyh committed Sep 4, 2024
2 parents cf1ef4d + 44038b9 commit d1624f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export const useNodeIterationInteractions = () => {
_connectedSourceHandleIds: [],
_connectedTargetHandleIds: [],
title: nodesWithSameType.length > 0 ? `${t(`workflow.blocks.${childNodeType}`)} ${nodesWithSameType.length + 1}` : t(`workflow.blocks.${childNodeType}`),
iteration_id: newNodeId,
},
position: child.position,
positionAbsolute: child.positionAbsolute,
Expand Down

0 comments on commit d1624f7

Please sign in to comment.