🐛 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

@@ -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) => {