From ce66f8778b4389189893a441e6f7c9735b5b71e9 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 8 Feb 2022 19:50:36 +0800 Subject: [PATCH] fix(webui): known hash card button would not reset properly --- komga-webui/src/components/PageHashKnownCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/komga-webui/src/components/PageHashKnownCard.vue b/komga-webui/src/components/PageHashKnownCard.vue index 31f5dcd3..7c4556b3 100644 --- a/komga-webui/src/components/PageHashKnownCard.vue +++ b/komga-webui/src/components/PageHashKnownCard.vue @@ -130,6 +130,7 @@ export default Vue.extend({ hash: { handler() { this.getMatchCount() + this.deleteRequested = false }, deep: true, },