mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 14:19:31 +02:00
Linting
This commit is contained in:
parent
7f41aabef8
commit
b3de851e6f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue