✨ Add new Jump block
Also improve Select input with a clear button Closes #186
This commit is contained in:
@@ -27,5 +27,7 @@ export const executeIntegration = ({
|
||||
return executeSendEmailBlock(block, context)
|
||||
case IntegrationBlockType.CHATWOOT:
|
||||
return executeChatwootBlock(block, context)
|
||||
default:
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,5 +30,7 @@ export const executeLogic = async (
|
||||
return executeTypebotLink(block, context)
|
||||
case LogicBlockType.WAIT:
|
||||
return { nextEdgeId: await executeWait(block, context) }
|
||||
default:
|
||||
return {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user