chore: show right path and only fields without ids in categories gridview
This commit is contained in:
@@ -162,7 +162,7 @@ export default function MenuDrawerPrivate({
|
||||
} else if (node.title === 'Product Collections') {
|
||||
onSelect?.('/Products Management/Catalog Management/Product Collections');
|
||||
} else if (node.title === 'Categories') {
|
||||
onSelect?.('/ProductsManagement/CatalogManagement/Categories');
|
||||
onSelect?.('/Products Management/Catalog Management/Categories');
|
||||
} else {
|
||||
onSelect?.(node.title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user