Skip to content

Commit

Permalink
Fix month list in DateInput (#5972)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 authored Aug 2, 2023
1 parent 631c3f2 commit e30eaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Common/DateInputV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ const DateInputV2: React.FC<Props> = ({
new Date(
datePickerHeaderDate.getFullYear(),
i,
datePickerHeaderDate.getDate()
1
),
"MMM"
)}
Expand Down

0 comments on commit e30eaae

Please sign in to comment.