MM-52881: Fix date picker selected day (#23391)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8e13e7fffe
Коммит
c7895c6f41
@@ -145,7 +145,8 @@ const DateTimeInputContainer: React.FC<Props> = (props: Props) => {
|
||||
const datePickerProps: DayPickerProps = {
|
||||
initialFocus: isPopperOpen,
|
||||
mode: 'single',
|
||||
selected: currentTime,
|
||||
selected: time.toDate(),
|
||||
defaultMonth: time.toDate(),
|
||||
onDayClick: handleDayChange,
|
||||
disabled: [{
|
||||
before: currentTime,
|
||||
|
||||
Ссылка в новой задаче
Block a user