adding app v2 (#943)

This commit is contained in:
Kevin Guevara
2026-04-09 11:25:19 -05:00
committed by GitHub
parent 5cefc39972
commit dc428b2042
93 changed files with 24703 additions and 9 deletions

View File

@@ -361,6 +361,7 @@ export function useTranscriptUploadAudio() {
});
},
onError: (error) => {
console.log(error)
setError(error as Error, "There was an error uploading the audio file");
},
},