mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
fix(webui): filter status not reset properly when changing library
This commit is contained in:
parent
d79880e704
commit
fea54313d3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue