🐛 Fix append values bug when value contains "`"
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user