2
0

fix(flow): 🐛 outgoingEdgeId remaining when moving step

This commit is contained in:
Baptiste Arnaud
2022-03-02 07:47:23 +01:00
parent 0e14a238be
commit 6b34f76604

View File

@ -110,6 +110,7 @@ const moveStepToBlock = (
typebot.blocks[blockIndex].steps.splice(stepIndex ?? 0, 0, {
...step,
blockId,
outgoingEdgeId: undefined,
})
export { stepsAction, createStepDraft }