This commit is contained in:
Robert 2024-03-19 00:38:28 +07:00
parent e5ecc66233
commit ab3c60532e
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22

View File

@ -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")}
/>