Skip to content
Snippets Groups Projects
Verified Commit b3de851e authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Linting

parent 7f41aabe
No related branches found
No related tags found
No related merge requests found
......@@ -148,8 +148,8 @@ export default {
self.isLoading = true
self.checked = []
axios.get('/manage/tags/', {params: params}).then((response) => {
self.result = response.data
self.isLoading = false
self.result = response.data
}, error => {
self.isLoading = false
self.errors = error.backendErrors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment