Fix active custom menu button
This commit is contained in:
parent
862c502bea
commit
c2da4c3906
@ -69,6 +69,7 @@
|
||||
} else {
|
||||
const customMenu = customMenuIframe.get(menu.label);
|
||||
if (customMenu !== undefined) {
|
||||
activeSubMenu = menu;
|
||||
props = { url: customMenu.url, allowApi: customMenu.allowApi };
|
||||
activeComponent = CustomSubMenu;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user