fix(engine): 🐛 Linked typebot webhook
This commit is contained in:
@ -71,7 +71,7 @@ export const TypebotContext = ({
|
||||
|
||||
const injectLinkedTypebot = (typebot: Typebot | PublicTypebot) => {
|
||||
const typebotToInject = {
|
||||
id: typebot.id,
|
||||
id: 'typebotId' in typebot ? typebot.typebotId : typebot.id,
|
||||
blocks: typebot.blocks,
|
||||
edges: typebot.edges,
|
||||
variables: typebot.variables,
|
||||
|
Reference in New Issue
Block a user