Date picker in Document Filter shows pre-filled date instead of blank

This commit is contained in:
Kartik Sharma 2025-09-24 12:06:10 +05:30
parent 52e12426af
commit f4ed7fea2f

View File

@ -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()}
/>