fixed feature to upload sound files
This commit is contained in:
@@ -292,6 +292,7 @@ export type SoundUploadValue = {
|
||||
name: string;
|
||||
soundFileName?: string;
|
||||
soundFile?: File | null;
|
||||
soundUrl?: string;
|
||||
};
|
||||
|
||||
export type SoundState = {
|
||||
|
||||
Reference in New Issue
Block a user