reports date range

This commit is contained in:
Mikola 2023-10-06 17:47:14 +03:00
parent 490c021ab2
commit 882ec997e3

View File

@ -219,6 +219,7 @@ export const ProfileCalendarComponent = React.memo(
<DatePicker <DatePicker
selected={startDate} selected={startDate}
open={datePickerOpen} open={datePickerOpen}
locale="ru"
startDate={startDate} startDate={startDate}
endDate={endDate} endDate={endDate}
onChange={(dates) => { onChange={(dates) => {