fix eslint warnings

This commit is contained in:
Proddy
2023-04-29 15:35:54 +02:00
parent 90a719561b
commit 2254bf9c16
10 changed files with 31 additions and 26 deletions

View File

@@ -213,7 +213,7 @@ const DashboardSensorsAnalogDialog = ({
name="f"
label={LL.FREQ()}
value={numberValue(editItem.f)}
// fullWidth
fullWidth
type="number"
variant="outlined"
onChange={updateFormValue}
@@ -228,7 +228,7 @@ const DashboardSensorsAnalogDialog = ({
name="o"
label={LL.DUTY_CYCLE()}
value={numberValue(editItem.o)}
// fullWidth
fullWidth
type="number"
variant="outlined"
onChange={updateFormValue}