2
0

🐛 Fix append values bug when value contains "`"

This commit is contained in:
Baptiste Arnaud
2024-07-29 16:35:02 +02:00
parent 77daab8a5f
commit 22953a3445
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.3.6",
"version": "0.3.7",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",

View File

@ -26,7 +26,7 @@ export const TextInputAddFileButton = (props: Props) => {
<input
type="file"
id="photos-upload"
accept="image/*"
accept="image/*, video/*"
multiple
class="hidden"
onChange={(e) => {