Merge branch 'develop' of https://gitlab.com/witel3/loan-facilities-expert into feature/passenger_boss_design

This commit is contained in:
2023-07-11 12:06:20 +03:30
2 changed files with 4 additions and 4 deletions

View File

@@ -47,12 +47,12 @@ const sidebarMenu = [
role: "transportation-assistance",
},
{
key: "sidebar.master",
key: "sidebar.manager",
type: "page",
route: "/dashboard/master",
route: "/dashboard/manager",
icon: <DesktopWindowsIcon />,
selected: false,
role: "master",
role: "manager",
},
],
];