- fix time input boxes with showSeconds deprecated prop

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-02-12 16:27:10 -05:00
parent f43b4b49ec
commit 9883c39101
3 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ const DateTimePicker = (
disabledDate: (d) => dayjs().isAfter(d),
})}
onChange={onChange}
showSecond={false}
disableSeconds={true}
minuteStep={15}
onBlur={onBlur}
format="hh:mm a"