fix(flow): 🐛 outgoingEdgeId remaining when moving step
This commit is contained in:
@@ -110,6 +110,7 @@ const moveStepToBlock = (
|
|||||||
typebot.blocks[blockIndex].steps.splice(stepIndex ?? 0, 0, {
|
typebot.blocks[blockIndex].steps.splice(stepIndex ?? 0, 0, {
|
||||||
...step,
|
...step,
|
||||||
blockId,
|
blockId,
|
||||||
|
outgoingEdgeId: undefined,
|
||||||
})
|
})
|
||||||
|
|
||||||
export { stepsAction, createStepDraft }
|
export { stepsAction, createStepDraft }
|
||||||
|
|||||||
Reference in New Issue
Block a user