diff --git a/komga-webui/src/components/PageHashMatchesTable.vue b/komga-webui/src/components/PageHashMatchesTable.vue index 33879db3f..b99158958 100644 --- a/komga-webui/src/components/PageHashMatchesTable.vue +++ b/komga-webui/src/components/PageHashMatchesTable.vue @@ -69,7 +69,9 @@ export default Vue.extend({ deep: true, }, hash(val) { - this.options = {} + this.options.page = 1 + this.options.sortBy = [] + this.options.sortDesc = [] this.elements = [] this.totalElements = 0 this.loadData(val)