Fixed: Changing series view

pull/2900/head
Mark McDowall 5 years ago
parent ae2efbc116
commit fb67e123f4

@ -124,7 +124,7 @@ class SeriesIndexConnector extends Component {
onViewSelect = (view) => {
// Reset the scroll position before changing the view
this.setState({ scrollTop: 0 }, () => {
this.props.dispatchSetSeriesView({ view });
this.props.dispatchSetSeriesView(view);
});
}

Loading…
Cancel
Save