Skip to content

Commit

Permalink
Merge pull request #1361 from hackforla/1360-unable-to-select-a-start…
Browse files Browse the repository at this point in the history
…-date-prior-to-current-month-on-the-map-date-range-filter

remove fromMonth to nav to previous months on date filter
  • Loading branch information
nichhk authored Sep 16, 2022
2 parents a4ec302 + 4adf989 commit bdb2417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/components/common/ReactDayPicker/ReactDayPicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ function ReactDayPicker({
className="Range"
disabledDays={{ before: lastThreeMonths, after: today }}
numberOfMonths={1}
fromMonth={from}
selectedDays={[from, { from, to: enteredToDate }]}
modifiers={{ start: from, end: enteredToDate }}
onDayClick={handleDayClick}
Expand Down

0 comments on commit bdb2417

Please sign in to comment.