Date picker in Document Filter shows pre-filled date instead of blank
This commit is contained in:
parent
52e12426af
commit
f4ed7fea2f
@ -96,7 +96,7 @@ const DocumentFilterPanel = ({ entityTypeId, onApply }) => {
|
||||
placeholder="DD-MM-YYYY To DD-MM-YYYY"
|
||||
startField="startDate"
|
||||
endField="endDate"
|
||||
defaultRange={true}
|
||||
defaultRange={false}
|
||||
resetSignal={resetKey}
|
||||
maxDate={new Date()}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user