You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #1268 , we changed the dev site to get data from the past week by default. However, this is not reflected in the DateSelector--it just says "Select a date range". This should be updated.
Action Items
I'm not quite sure where this change is supposed to go right now, but it would be somewhere in here or one of the React components that it uses. We can search for "Select a date range" in our repository and see which component is using that string as a default value.
The text was updated successfully, but these errors were encountered:
This task ended up being more complicated because many of our date-related components were using local React state instead of the Redux store. So I had to go through these components and remove the local date state, while replacing it with the Redux dates where appropriate.
Overview
In PR #1268 , we changed the dev site to get data from the past week by default. However, this is not reflected in the DateSelector--it just says "Select a date range". This should be updated.
Action Items
The text was updated successfully, but these errors were encountered: