fix
This commit is contained in:
parent
26e6e42b48
commit
7aaa6fcf12
|
|
@ -853,7 +853,7 @@ export default function FormAudioUpdate() {
|
|||
{audioSrc ? (
|
||||
<audio controls className="w-full">
|
||||
<source src={audioSrc} type="audio/mpeg" />
|
||||
Browser tidak mendukung audio.
|
||||
Browser tidak mendukung audio.
|
||||
</audio>
|
||||
) : (
|
||||
<p className="text-xs text-red-500">
|
||||
|
|
|
|||
Loading…
Reference in New Issue