fixed feature to upload sound files

This commit is contained in:
2025-10-20 16:17:37 +01:00
parent 0a3a543d6f
commit 1ffad51503
5 changed files with 17 additions and 2 deletions

View File

@@ -292,6 +292,7 @@ export type SoundUploadValue = {
name: string;
soundFileName?: string;
soundFile?: File | null;
soundUrl?: string;
};
export type SoundState = {