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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user