mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 22:58:17 +00:00
Merge pull request #325 from Tria-plc/freight/feature/vehicle_2
Freight/feature/vehicle 2
This commit is contained in:
@@ -89,7 +89,7 @@ const buildSidebarSections = (demoItems: SidebarItem[]): SidebarSection[] => [
|
|||||||
icon: <LayoutDashboard />,
|
icon: <LayoutDashboard />,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "UM",
|
label: "User Management",
|
||||||
href: "/um",
|
href: "/um",
|
||||||
icon: <Users />,
|
icon: <Users />,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export class ResponseTransformInterceptor<T> implements NestInterceptor<
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if(path.startsWith("/api/positions/hierarchy")){
|
if(path.startsWith("/api/positions/hierarchy") || path.startsWith("/api/positions/current")){
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user