mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 07:23:34 +01: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