From 79161a8ede2723586e405f6cd87ac459e9ed8435 Mon Sep 17 00:00:00 2001 From: "pramod.mahajan" Date: Fri, 10 Oct 2025 18:09:35 +0530 Subject: [PATCH] prevent to pick future date --- src/components/gallary/GalleryFilterPanel.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/gallary/GalleryFilterPanel.jsx b/src/components/gallary/GalleryFilterPanel.jsx index e91ba9d1..fadcf135 100644 --- a/src/components/gallary/GalleryFilterPanel.jsx +++ b/src/components/gallary/GalleryFilterPanel.jsx @@ -60,6 +60,7 @@ const GalleryFilterPanel = ({ onApply }) => { endField="endDate" resetSignal={resetKey} defaultRange={false} + maxDate={new Date()} />