Potential resolution to date time issues post 4pm.

This commit is contained in:
Patrick Fic
2022-02-14 19:31:26 -08:00
parent cc636bdfe2
commit 996863fcb7
2 changed files with 6 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ const DateTimePicker = (
value={value}
onBlur={onBlur}
onChange={onChange}
isDateOnly={false}
/>
<TimePicker