fix(SideMenu): ncApps must be an array (#369)

This commit is contained in:
Simon Vieille 2025-03-12 18:20:15 +01:00
commit 2bdea0d828

View file

@ -86,7 +86,7 @@ export default {
},
methods: {
retrieveApps() {
const ncApps = loadState('core', 'apps', {})
const ncApps = loadState('core', 'apps', [])
let orders = {}
let finalApps = []