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
Having read how this is used now, maybe we should just use `activeProgramShortName` instead of the index, this way we don't need to mechanisms to check if a program is active (index vs short name from url params). In fact, when the component loads we can set the default state from the query param. We can continue to use undefined as the default mode (All Programs).
We could also have the selection of a program from the side menu set the param in the URL by updating setActiveProgram to do this and update state.
We could also have the selection of a program from the side menu set the param in the URL by updating
setActiveProgram
to do this and update state.Originally posted by @joneubank in #108 (comment)
The text was updated successfully, but these errors were encountered: