car details permission

This commit is contained in:
2024-12-08 13:48:46 +03:30
parent 7320c00581
commit 37c01ad927
3 changed files with 9 additions and 4 deletions

View File

@@ -480,7 +480,7 @@ export const pageMenu = [
},
{
id: "azmayesh",
label: "آزمایشات",
label: "آزمایشات (OPTS)",
type: "page",
route: "/dashboard/azmayesh",
icon: <ScienceIcon sx={{ width: "inherit", height: "inherit" }} />,
@@ -500,6 +500,6 @@ export const pageMenu = [
type: "page",
route: "/dashboard/car-details",
icon: <DriveEtaIcon sx={{ width: "inherit", height: "inherit" }} />,
permissions: ["all"],
permissions: [""],
},
];