fix slowness

This commit is contained in:
proddy
2024-10-04 15:41:58 +02:00
parent fd7d8ca532
commit 4fde9e7c54
3 changed files with 80 additions and 56 deletions

View File

@@ -428,7 +428,7 @@ const Devices = () => {
return () => {
clearInterval(timer);
};
});
}, []);
const deviceValueDialogSave = async (devicevalue: DeviceValue) => {
const id = Number(device_select.state.id);