chore: change name of folder and page

This commit is contained in:
Rodolfo Ruiz
2025-09-03 18:07:02 -06:00
parent 7e88f9ac4b
commit 2184183071
4 changed files with 5 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ export default function MenuDrawerPrivate({
if (node.title === 'Users Management') {
onSelect?.('/Users/UserManagement');
} else if (node.title === 'Product Collections') {
onSelect?.('/ProductsManagement/CatalogManagement/ProductCollections');
onSelect?.('/Products Management/Catalog Management/Product Collections');
} else if (node.title === 'Categories') {
onSelect?.('/ProductsManagement/CatalogManagement/Categories');
} else {