diff --git a/ui/src/components/LayoutShell.tsx b/ui/src/components/LayoutShell.tsx index d1eeaf72..d13259f7 100644 --- a/ui/src/components/LayoutShell.tsx +++ b/ui/src/components/LayoutShell.tsx @@ -38,7 +38,7 @@ function buildSearchData( for (const route of (app.routes || [])) { results.push({ - id: route.routeId, + id: `${app.appId}/${route.routeId}`, category: 'route', title: route.routeId, badges: [{ label: app.appId }],