progressbar uploading
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-07-01 16:27:21 +03:30
parent bbb797cc62
commit 22d15f9a13
9 changed files with 97 additions and 9 deletions
@@ -28,7 +28,7 @@ const AudioInput: FC = () => {
try {
for (const file of acceptedFiles) {
try {
const result = await uploadFile(file);
const result = await uploadFile({ file });
const audioUrl = result?.data?.url;
if (!audioUrl) continue;
const audioId = `audio-${Date.now()}-${Math.random()}`;