Merged in bugfix/PMCORE-3341 (pull request #8158)

PMCORE-3341

Approved-by: Fabio Guachalla
This commit is contained in:
Rodrigo Quelca
2021-09-22 15:31:39 +00:00
committed by Julio Cesar Laura Avendaño
2 changed files with 3 additions and 1 deletions

View File

@@ -450,6 +450,7 @@ export default {
*/
initState() {
this.initActiveState();
this.initShowState();
},
/**
* Initalize the active state of the menu item

View File

@@ -326,7 +326,8 @@ export default {
component: CustomSidebarMenuItem,
props: {
isCollapsed: this.collapsed? true: false,
item: data[i]
item: data[i],
showOneChild: true
}
};
}