Skip to content

Commit

Permalink
Update management breadcrumb for solution nav
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Oct 14, 2024
1 parent 4afdb2b commit 6e795d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/management/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ export class ManagementPlugin
const [, ...trailingBreadcrumbs] = newBreadcrumbs;
deps.serverless.setBreadcrumbs(trailingBreadcrumbs);
} else {
coreStart.chrome.setBreadcrumbs(newBreadcrumbs);
coreStart.chrome.setBreadcrumbs(newBreadcrumbs, {
project: { value: newBreadcrumbs, absolute: true },
});
}
},
isSidebarEnabled$: managementPlugin.isSidebarEnabled$,
Expand Down

0 comments on commit 6e795d1

Please sign in to comment.