Skip to content

Commit 308215f

Browse files
committed
fix: date not changeable
With variant=dialog changes to the date aren't applied. Fixes #191
1 parent c1ecbf7 commit 308215f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/common/DateTimeSelector.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const DateTimeSelector: React.FC<DateTimeSelectorProps> = React.memo(
2222
return (
2323
<KeyboardDateTimePicker
2424
className="time-picker"
25-
variant="dialog"
25+
variant="inline"
2626
InputProps={{disableUnderline: true}}
2727
title={selectedDate.format()}
2828
style={{width: (showDate ? 185 : 105) + (ampm ? 20 : 0)}}

0 commit comments

Comments
 (0)