diff --git a/komga-webui/src/components/PageHashMatchesTable.vue b/komga-webui/src/components/PageHashMatchesTable.vue index 9536a6e9f..33879db3f 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.page = 1 + this.options = {} + this.elements = [] + this.totalElements = 0 this.loadData(val) }, },