chore: show complete route

This commit is contained in:
Rodolfo Ruiz
2025-09-01 13:20:00 -06:00
parent 38626a3a81
commit b79d976c3e
2 changed files with 9 additions and 14 deletions

View File

@@ -154,7 +154,7 @@ export default function MenuDrawerPrivate({
handleToggleNode(key);
} else {
if (node.title === 'Users Management') {
onSelect?.('UserManagement');
onSelect?.('/Users/UserManagement');
} else {
onSelect?.(node.title);
}