2
0

🐛 (phone) Fix phone number parsing and default country

This commit is contained in:
Baptiste Arnaud
2023-02-21 21:43:33 +01:00
parent d8194ff998
commit 4efe2c48bb
5 changed files with 25 additions and 6 deletions

View File

@ -29,4 +29,4 @@ export const parseReactBotProps = ({ typebot, apiHost }: BotProps) => {
return `${typebotLine} ${apiHostLine}`
}
export const typebotImportUrl = `https://cdn.jsdelivr.net/npm/@typebot.io/js@0.0.10/dist/web.js`
export const typebotImportUrl = `https://cdn.jsdelivr.net/npm/@typebot.io/js@0.0.13/dist/web.js`