chore: add new forniture page
This commit is contained in:
@@ -155,6 +155,8 @@ export default function MenuDrawerPrivate({
|
||||
} else {
|
||||
if (node.title === 'Users Management') {
|
||||
onSelect?.('/Users/UserManagement');
|
||||
} else if (node.title === 'Product Collections') {
|
||||
onSelect?.('/ProductsManagement/CatalogManagement/ProductCollections');
|
||||
} else {
|
||||
onSelect?.(node.title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user