fix condition after adding a time

This commit is contained in:
proddy
2024-10-02 13:55:34 +02:00
parent c3dd5e002a
commit 50b22dd265

View File

@@ -316,7 +316,7 @@ const SchedulerDialog = ({
} }
multiline multiline
fullWidth fullWidth
value={editItem.time === '00:00'} value={editItem.time === '00:00' ? '' : editItem.time}
margin="normal" margin="normal"
onChange={updateFormValue} onChange={updateFormValue}
/> />