mirror of
https://github.com/gotson/komga.git
synced 2026-05-06 03:27:08 +02:00
fix(webui): reset hash card when hash is changed
This commit is contained in:
parent
b051528cba
commit
745fe09ec2
1 changed files with 2 additions and 1 deletions
|
|
@ -129,8 +129,9 @@ export default Vue.extend({
|
|||
watch: {
|
||||
hash: {
|
||||
handler() {
|
||||
this.getMatchCount()
|
||||
this.deleteRequested = false
|
||||
this.matchCount = undefined
|
||||
this.getMatchCount()
|
||||
},
|
||||
deep: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue