Compare commits
3 commits
b2fc5340be
...
b8998d356d
| Author | SHA1 | Date | |
|---|---|---|---|
| b8998d356d | |||
| 20946bcb06 | |||
| 2bdea0d828 |
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
Add a link
Reference in a new issue