fix(audio): misc

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-08 17:43:44 +01:00
parent 7962bba04f
commit f3ed70258e
10 changed files with 55 additions and 52 deletions

View File

@@ -27,9 +27,7 @@ export default function ToolMultipleAudioInput({
title,
type
}: MultiAudioInputComponentProps) {
const theme = useTheme();
const fileInputRef = useRef<HTMLInputElement>(null);
const { showSnackBar } = useContext(CustomSnackBarContext);
const handleFileChange = (event: React.ChangeEvent<HTMLInputElement>) => {
const files = event.target.files;