fixed bug

This commit is contained in:
Amirhossein Mahmoodi
2023-08-09 16:55:40 +03:30
parent fee4fa8261
commit 3c3d44ce78
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
"sidebar": {
"dashboard": "داشبورد",
"passenger-office-chief": "اداره مسافر",
"machinary-expert": "ماشین آلات",
"machinery-expert": "ماشین آلات",
"passenger-boss": "رئیس مسافر ",
"transportation-assistant": "معاونت حمل و نقل",
"province-manager": "مدیر کل استانی",

View File

@@ -25,9 +25,9 @@ const sidebarMenu = [
role: "passenger_office_chief",
},
{
key: "sidebar.machinary-expert",
key: "sidebar.machinery-expert",
type: "page",
route: "/dashboard/machinary-expert",
route: "/dashboard/machinery-expert",
icon: <DirectionsCarFilledIcon/>,
selected: false,
role: "machinery_expert",