Merge pull request #130 from apuc/reports-date-range

reports date range
This commit is contained in:
NikoM1k
2023-10-06 17:47:54 +03:00
committed by GitHub

View File

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