updates to scheduler web

This commit is contained in:
proddy
2024-07-28 10:56:33 +02:00
parent 4b136fb7ee
commit 0fbba50b2f
6 changed files with 29 additions and 28 deletions

View File

@@ -52,7 +52,7 @@ const SensorsTemperatureDialog = ({
}
}, [open, selectedItem]);
const handleClose = (event: object, reason: 'backdropClick' | 'escapeKeyDown') => {
const handleClose = (_event, reason: 'backdropClick' | 'escapeKeyDown') => {
if (reason !== 'backdropClick') {
onClose();
}