fixed feature to upload sound files
This commit is contained in:
@@ -31,7 +31,7 @@ const SoundSettingsFields = () => {
|
||||
NPEDsoundVolume: state.NPEDsoundVolume,
|
||||
hotlistSoundVolume: state.hotlistSoundVolume,
|
||||
};
|
||||
|
||||
console.log(updatedValues);
|
||||
dispatch({ type: "UPDATE", payload: updatedValues });
|
||||
const result = await mutation.mutateAsync({
|
||||
operation: "INSERT",
|
||||
|
||||
Reference in New Issue
Block a user