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:
commit
b8998d356d
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
retrieveApps() {
|
||||
const ncApps = loadState('core', 'apps', {})
|
||||
const ncApps = loadState('core', 'apps', [])
|
||||
let orders = {}
|
||||
let finalApps = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue