1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Update redux, reselect and moved to connected-react-router

This commit is contained in:
Mark McDowall
2019-02-28 20:01:06 -08:00
parent ebf4f17f17
commit ca32434535
11 changed files with 88 additions and 88 deletions
@@ -10,7 +10,7 @@ import AddNewSeries from './AddNewSeries';
function createMapStateToProps() {
return createSelector(
(state) => state.addSeries,
(state) => state.routing.location,
(state) => state.router.location,
(addSeries, location) => {
const { params } = parseUrl(location.search);