Skip to content

Commit

Permalink
fix(webui): filter status not reset properly when changing library
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Jun 4, 2020
1 parent d79880e commit fea5431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions komga-webui/src/views/BrowseLibraries.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export default Vue.extend({
// reset
this.sortActive = this.parseQuerySortOrDefault(to.query.sort)
this.filterStatus = this.parseQueryFilterStatus(to.query.status)
this.page = 1
this.totalPages = 1
this.totalElements = null
Expand Down

0 comments on commit fea5431

Please sign in to comment.