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
commit fe2c45cb22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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