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

@@ -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",