Skip to content

Commit c8665db

Browse files
authored
consistent date picker in filters (#5986)
1 parent 2a2442e commit c8665db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/app/src/shared/components/inputs/date-picker.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ export const DatePicker = forwardRef<HTMLInputElement, any>((props, ref) => {
6060
<DateTimePicker
6161
selected={currentDate}
6262
onChange={handleChangeDate}
63-
showTimeInput
6463
customInput={<CustomInput ref={refCustomInput} />}
64+
showTimeSelect
65+
timeIntervals={1}
6566
calendarStartDay={1}
6667
/>
6768

0 commit comments

Comments
 (0)