Merge branch 'release/3.7.0' of https://bitbucket.org/colosa/processmaker into bugfix/PMCORE-3328

This commit is contained in:
Henry Jordan
2021-09-22 16:38:01 +00:00
2 changed files with 3 additions and 1 deletions

View File

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