Fix removing individual url from Cachex
This commit is contained in:
parent
4c32a0708f
commit
ab0dd31640
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ export default {
|
|||
this.selectedUrls = []
|
||||
},
|
||||
removeUrl(url) {
|
||||
this.$store.dispatch('RemoveBannedUrls', [this.url])
|
||||
this.$store.dispatch('RemoveBannedUrls', [url])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue