This commit is contained in:
Eliot Berriot 2019-07-29 10:17:01 +02:00
parent 7f41aabef8
commit b3de851e6f
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 1 deletions

View File

@ -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