From 15636cc445dac7b51e6044914824216e9aceb847 Mon Sep 17 00:00:00 2001 From: Ashesh3 <3626859+Ashesh3@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:18:42 +0530 Subject: [PATCH] Fix month list in DateInput --- src/Components/Common/DateInputV2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Common/DateInputV2.tsx b/src/Components/Common/DateInputV2.tsx index 0b40dfe193a..3a3442e546d 100644 --- a/src/Components/Common/DateInputV2.tsx +++ b/src/Components/Common/DateInputV2.tsx @@ -364,7 +364,7 @@ const DateInputV2: React.FC = ({ new Date( datePickerHeaderDate.getFullYear(), i, - datePickerHeaderDate.getDate() + 1 ), "MMM" )}