chore: show right path and only fields without ids in categories gridview

This commit is contained in:
Rodolfo Ruiz
2025-09-03 21:22:51 -06:00
parent e8e2ed4ff1
commit f51382164d
3 changed files with 11 additions and 21 deletions

View File

@@ -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);
}