🐛 Register embed preview override props

This commit is contained in:
Baptiste Arnaud 2026-07-10 16:10:06 +02:00
parent 1592ea1fc8
commit ba62efbcb1
No known key found for this signature in database

View File

@ -5,6 +5,8 @@ import type { PopupProps } from "./features/popup/components/Popup";
export const defaultBotProps: BotProps = {
typebot: undefined,
templateSlug: undefined,
previewSettings: undefined,
previewTheme: undefined,
onNewInputBlock: undefined,
onAnswer: undefined,
onEnd: undefined,