Merged in bugfix/PMCORE-3341 (pull request #8158)
PMCORE-3341 Approved-by: Fabio Guachalla
This commit is contained in:
@@ -450,6 +450,7 @@ export default {
|
||||
*/
|
||||
initState() {
|
||||
this.initActiveState();
|
||||
this.initShowState();
|
||||
},
|
||||
/**
|
||||
* Initalize the active state of the menu item
|
||||
|
||||
@@ -326,7 +326,8 @@ export default {
|
||||
component: CustomSidebarMenuItem,
|
||||
props: {
|
||||
isCollapsed: this.collapsed? true: false,
|
||||
item: data[i]
|
||||
item: data[i],
|
||||
showOneChild: true
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user