From eb8d269662ce2194b97125b6bfd40d4fe10676dc Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Wed, 24 Sep 2025 12:06:10 +0530 Subject: [PATCH] Date picker in Document Filter shows pre-filled date instead of blank --- src/components/Documents/DocumentFilterPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Documents/DocumentFilterPanel.jsx b/src/components/Documents/DocumentFilterPanel.jsx index c305b9bb..15a2cbf1 100644 --- a/src/components/Documents/DocumentFilterPanel.jsx +++ b/src/components/Documents/DocumentFilterPanel.jsx @@ -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()} />