Fix removing individual url from Cachex

This commit is contained in:
Angelina Filippova 2020-07-09 20:42:37 +03:00
parent 4c32a0708f
commit ab0dd31640

View file

@ -96,7 +96,7 @@ export default {
this.selectedUrls = []
},
removeUrl(url) {
this.$store.dispatch('RemoveBannedUrls', [this.url])
this.$store.dispatch('RemoveBannedUrls', [url])
}
}
}