mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix #1182
This commit is contained in:
@@ -50,6 +50,7 @@ const NTPSettingsForm: FC = () => {
|
||||
};
|
||||
|
||||
const changeTimeZone = (event: React.ChangeEvent<HTMLInputElement>) => {
|
||||
updateFormValue(event);
|
||||
setData({
|
||||
...data,
|
||||
tz_label: event.target.value,
|
||||
|
||||
Reference in New Issue
Block a user