Merged in release/2024-11-15 (pull request #1933)

IO-3031 Appointment Schedule View Day
This commit is contained in:
Allan Carr
2024-11-16 01:40:16 +00:00

View File

@@ -105,7 +105,8 @@ const DateTimePicker = ({
<TimePicker
format="hh:mm a"
minuteStep={15}
defaultOpenValue={dayjs()
defaultOpenValue={dayjs(value)
.hour(dayjs().hour())
.minute(Math.floor(dayjs().minute() / 15) * 15)
.second(0)}
onChange={(value) => {