The function that the menu can be configured in the Web UI has been implemented
parent
cfd8b68257
commit
b25e8e8b47
|
@ -122,7 +122,7 @@ const NavbarTopDropDownMenus = ({ setRedirectUrl, setRedirect, setNavbarCollapse
|
|||
|
||||
return (
|
||||
<>
|
||||
{viewComponentArr.length !== 0 && viewComponentArr.map(arr =>
|
||||
{viewComponentArr != null && viewComponentArr.map(arr =>
|
||||
{
|
||||
if ('children' in arr) {
|
||||
return(
|
||||
|
|
Loading…
Reference in New Issue