This commit is contained in:
focp212@naver.com
2025-10-27 15:10:38 +09:00
parent 705383897c
commit 333e1182ee

View File

@@ -75,11 +75,6 @@ export const SettingPage = () => {
...alarmSetting, ...alarmSetting,
...{ ['' + alarmCode]: value } ...{ ['' + alarmCode]: value }
}); });
}).catch((e: any) => {
setAlarmSetting({
...alarmSetting,
...{ ['' + alarmCode]: !value }
});
}); });
} }
}; };