mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix condition after adding a time
This commit is contained in:
@@ -316,7 +316,7 @@ const SchedulerDialog = ({
|
||||
}
|
||||
multiline
|
||||
fullWidth
|
||||
value={editItem.time === '00:00'}
|
||||
value={editItem.time === '00:00' ? '' : editItem.time}
|
||||
margin="normal"
|
||||
onChange={updateFormValue}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user