We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06cb0e commit d196b07Copy full SHA for d196b07
app/[locale]/[state]/analytics/components/filter-dropdown-options.tsx
@@ -121,8 +121,8 @@ export default function FilterDropdownOptions({
121
}) || []
122
}
123
label="Select Months"
124
- // minValue={parseDate(minDate || '2023-01-04')}
125
- // maxValue={parseDate(maxDate || '2023-01-04')}
+ minValue={parseDate(minDate || '2023-01-04')}
+ maxValue={parseDate(maxDate || '2023-01-04')}
126
onChange={(dates: any) => {
127
setSelectedTimePeriod(
128
dates.map(
0 commit comments