PMCORE-3341: Left menu should mark the current location in the navigation PMCORE_3.7.0 build
This commit is contained in:
@@ -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