mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +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 />,
|
||||
},
|
||||
{
|
||||
label: "UM",
|
||||
label: "User Management",
|
||||
href: "/um",
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user