fix usermanagement issues

This commit is contained in:
mengstabketemaw
2026-06-15 13:57:01 +03:00
parent e71f246c4c
commit a229259df6
3 changed files with 7 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ import { useNavigate, useLocation } from 'react-router-dom';
const NAV_ITEMS = [
{ label: 'Dashboard', icon: IconLayoutDashboard, path: '/dashboard' },
{ label: 'User Management', icon: IconUsers, path: '/um' },
{ label: 'User Management', icon: IconUsers, path: '/um/user-management/dashboard' },
];
export function AppSidebar() {