diff --git a/octoprint/static/js/ui.js b/octoprint/static/js/ui.js index 8f7fe520..f589f029 100644 --- a/octoprint/static/js/ui.js +++ b/octoprint/static/js/ui.js @@ -1771,6 +1771,7 @@ function ItemListHelper(listType, supportedSorting, supportedFilters, defaultSor self.currentFilters(filters); self._saveCurrentFiltersToLocalStorage(); + self.changePage(0); self._updateItems(); } @@ -1783,6 +1784,7 @@ function ItemListHelper(listType, supportedSorting, supportedFilters, defaultSor self.currentFilters(filters); self._saveCurrentFiltersToLocalStorage(); + self.changePage(0); self._updateItems(); }