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