1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Fixed: Log events not loading from the first page when revisiting

This commit is contained in:
Mark McDowall
2019-01-01 16:13:13 -08:00
parent a3baab9671
commit 36fe4eaa49
5 changed files with 33 additions and 5 deletions
@@ -137,6 +137,7 @@ class HistoryConnector extends Component {
}
HistoryConnector.propTypes = {
useCurrentPage: PropTypes.bool.isRequired,
items: PropTypes.arrayOf(PropTypes.object).isRequired,
fetchHistory: PropTypes.func.isRequired,
gotoHistoryFirstPage: PropTypes.func.isRequired,