This commit is contained in:
MichaelDvP
2023-05-31 19:13:53 +02:00
committed by GitHub
parent 53c8d9372e
commit 82a8f0481e

View File

@@ -50,6 +50,7 @@ const NTPSettingsForm: FC = () => {
};
const changeTimeZone = (event: React.ChangeEvent<HTMLInputElement>) => {
updateFormValue(event);
setData({
...data,
tz_label: event.target.value,