feat(inputs): ✨ Add Set variable step
This commit is contained in:
@ -129,6 +129,7 @@ const parseTypebotToPublicTypebot = (
|
||||
settings: typebot.settings,
|
||||
publicId: typebot.publicId,
|
||||
choiceItems: typebot.choiceItems,
|
||||
variables: typebot.variables,
|
||||
})
|
||||
|
||||
export const loadRawTypebotInDatabase = (typebot: Typebot) =>
|
||||
|
@ -74,6 +74,7 @@ export const parseTestTypebot = ({
|
||||
publicId: null,
|
||||
publishedTypebotId: null,
|
||||
updatedAt: new Date(),
|
||||
variables: { byId: {}, allIds: [] },
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user