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