fix
This commit is contained in:
parent
e5ecc66233
commit
ab3c60532e
|
|
@ -258,7 +258,7 @@ export default function ActionEditor({
|
|||
<input
|
||||
ref={voiceRef}
|
||||
type="file"
|
||||
accept=".mp3 .ogg"
|
||||
accept=".mp3, .ogg"
|
||||
className="mb-4 hidden select-none"
|
||||
onChange={async (e) => await handleFileChange(e, "voice")}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user