1
0
Fork 0
mirror of https://gitnet.fr/deblan/side_menu.git synced 2025-12-18 05:10:50 +01:00

Merge pull request 'bugfix/issue369' (#399) from bugfix/issue369 into develop

Reviewed-on: https://gitnet.fr/deblan/side_menu/pulls/399
This commit is contained in:
Simon Vieille 2025-03-12 18:21:36 +01:00
commit b8998d356d
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 = []