kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fix registered applications not being displayed
rodzic
360dcb7ccb
commit
b867fe8b07
|
@ -114,7 +114,7 @@ const fetchOwnedApps = async () => {
|
|||
|
||||
try {
|
||||
const response = await axios.get('oauth/apps/')
|
||||
ownedApps.value = response.data as Application[]
|
||||
ownedApps.value = response.data.results as Application[]
|
||||
} catch (error) {
|
||||
logger.error('Error while fetching owned Apps')
|
||||
settings.errors.push(...(error as BackendError).backendErrors)
|
||||
|
|
Ładowanie…
Reference in New Issue