2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-07-15 10:46:36 +02:00
parent de08179f8b
commit 81bc0746cf
30 changed files with 4023 additions and 1739 deletions

View File

@ -3,7 +3,7 @@ import type { PopupProps } from './features/popup'
import type { BotProps } from './components/Bot'
export const defaultBotProps: BotProps = {
typebot: '',
typebot: undefined,
onNewInputBlock: undefined,
onAnswer: undefined,
onEnd: undefined,