1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -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
@@ -89,4 +89,4 @@ QualityDefinitionsConnector.propTypes = {
onChildStateChange: PropTypes.func.isRequired
};
export default connect(createMapStateToProps, mapDispatchToProps, null, { withRef: true })(QualityDefinitionsConnector);
export default connect(createMapStateToProps, mapDispatchToProps, null)(QualityDefinitionsConnector);