mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 13:09:31 +02:00
Fixed #184: small UI glitches/bugs in federation tabs
This commit is contained in:
parent
f2d20e1bf7
commit
71bd0961af
7 changed files with 23 additions and 6 deletions
|
@ -72,7 +72,7 @@ export default {
|
|||
this.isLoading = true
|
||||
self.errors = []
|
||||
self.result = null
|
||||
axios.get('/federation/libraries/fetch/', {params: {account: this.libraryUsername}}).then((response) => {
|
||||
axios.get('/federation/libraries/fetch/', {params: {account: this.libraryUsername.trim()}}).then((response) => {
|
||||
self.result = response.data
|
||||
self.result.display_name = self.libraryUsername
|
||||
self.isLoading = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue