Skip to content

Commit

Permalink
fix(webui): reset hash card when hash is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Feb 10, 2022
1 parent b051528 commit 745fe09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion komga-webui/src/components/PageHashKnownCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ export default Vue.extend({
watch: {
hash: {
handler() {
this.getMatchCount()
this.deleteRequested = false
this.matchCount = undefined
this.getMatchCount()
},
deep: true,
},
Expand Down

0 comments on commit 745fe09

Please sign in to comment.