diff --git a/interface/src/app/main/SchedulerDialog.tsx b/interface/src/app/main/SchedulerDialog.tsx index 79f039080..b29789e4c 100644 --- a/interface/src/app/main/SchedulerDialog.tsx +++ b/interface/src/app/main/SchedulerDialog.tsx @@ -316,7 +316,7 @@ const SchedulerDialog = ({ } multiline fullWidth - value={editItem.time === '00:00'} + value={editItem.time === '00:00' ? '' : editItem.time} margin="normal" onChange={updateFormValue} />