mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 00:13:30 +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
|
// reset
|
||||||
this.sortActive = this.parseQuerySortOrDefault(to.query.sort)
|
this.sortActive = this.parseQuerySortOrDefault(to.query.sort)
|
||||||
|
this.filterStatus = this.parseQueryFilterStatus(to.query.status)
|
||||||
this.page = 1
|
this.page = 1
|
||||||
this.totalPages = 1
|
this.totalPages = 1
|
||||||
this.totalElements = null
|
this.totalElements = null
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue