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, {
|
||||
...step,
|
||||
blockId,
|
||||
outgoingEdgeId: undefined,
|
||||
})
|
||||
|
||||
export { stepsAction, createStepDraft }
|
||||
|
Reference in New Issue
Block a user