Skip to content
Snippets Groups Projects
Commit ab0dd316 authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Fix removing individual url from Cachex

parent 4c32a070
Branches
Tags
1 merge request!142Add ability to evict and ban URLs from the Pleroma MediaProxy cache
......@@ -96,7 +96,7 @@ export default {
this.selectedUrls = []
},
removeUrl(url) {
this.$store.dispatch('RemoveBannedUrls', [this.url])
this.$store.dispatch('RemoveBannedUrls', [url])
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment