Merge pull request #325 from Tria-plc/freight/feature/vehicle_2

Freight/feature/vehicle 2
This commit is contained in:
yaschalew10
2026-06-29 10:11:21 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ const buildSidebarSections = (demoItems: SidebarItem[]): SidebarSection[] => [
icon: <LayoutDashboard />,
},
{
label: "UM",
label: "User Management",
href: "/um",
icon: <Users />,
},

View File

@@ -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;
}