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 committed by pramod.mahajan
parent bbd8ed12f6
commit eb8d269662

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