bugfix/issue369 #399

Merged
deblan merged 2 commits from bugfix/issue369 into develop 2025-03-12 18:21:37 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
## [Unreleased]
### Fixed
* fix: add missing NoCSRFRequired import in CssController (#397)
* fix(CssController): add missing NoCSRFRequired import (#397)
* fix(SideMenu): ncApps must be an array (#369)
## 4.1.0
### Added

View file

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