diff --git a/komga-webui/src/components/PageHashKnownCard.vue b/komga-webui/src/components/PageHashKnownCard.vue index 7c4556b33..2feb5b448 100644 --- a/komga-webui/src/components/PageHashKnownCard.vue +++ b/komga-webui/src/components/PageHashKnownCard.vue @@ -129,8 +129,9 @@ export default Vue.extend({ watch: { hash: { handler() { - this.getMatchCount() this.deleteRequested = false + this.matchCount = undefined + this.getMatchCount() }, deep: true, },