datepicker should not take future date
This commit is contained in:
parent
13d3572cf6
commit
dd944b3414
@ -55,6 +55,7 @@ const TaskReportFilterPanel = ({ handleFilter }) => {
|
||||
endField="dateTo"
|
||||
resetSignal={resetKey}
|
||||
defaultRange={false}
|
||||
maxDate={new Date()}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user