From fea54313d3f7e635d131d0bd339c59123cfc8422 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 4 Jun 2020 20:19:46 +0800 Subject: [PATCH] fix(webui): filter status not reset properly when changing library --- komga-webui/src/views/BrowseLibraries.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/komga-webui/src/views/BrowseLibraries.vue b/komga-webui/src/views/BrowseLibraries.vue index d8bd00823..bf70d0e5e 100644 --- a/komga-webui/src/views/BrowseLibraries.vue +++ b/komga-webui/src/views/BrowseLibraries.vue @@ -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