diff --git a/frappe/public/js/frappe/ui/menu.js b/frappe/public/js/frappe/ui/menu.js index 1b84ffa725..d918f2740b 100644 --- a/frappe/public/js/frappe/ui/menu.js +++ b/frappe/public/js/frappe/ui/menu.js @@ -103,10 +103,13 @@ frappe.ui.menu = class ContextMenu { ${iconMarkup} ${__(item.label)} - - + ${ + item.items && item.items.length + ? `` + : "" + } `); if (!item.url) {