Исправлена работа селектора дат в суточном рапорте

This commit is contained in:
goodmice 2022-07-19 10:41:33 +05:00
parent e3066b7619
commit bf1ecce071

View File

@ -76,7 +76,7 @@ const DailyReport = memo(() => {
<DateRangeWrapper
showTime={false}
format={'DD.MM.YYYY'}
defaultValue={searchDate}
value={searchDate}
onCalendarChange={setSearchDate}
disabledDate={(date) => date.isAfter(moment())}
/>