- updated button to match
This commit is contained in:
@@ -289,7 +289,7 @@ export type FormValues = {
|
||||
|
||||
export type SoundUploadValue = {
|
||||
name: string;
|
||||
soundFile: string | undefined;
|
||||
soundFile: File | null;
|
||||
};
|
||||
|
||||
export type SoundState = {
|
||||
|
||||
Reference in New Issue
Block a user