mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Fixed: Changing series view
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user