Bugfix: Fixed breadcrumbs in plugin catalog/connections details page (#100903)

Fixing so the the breadcrumbs works properly.
This commit is contained in:
Marcus Andersson
2025-02-20 10:58:55 +01:00
committed by GitHub
parent c9da1ec850
commit 6dae264a06
@@ -155,6 +155,7 @@ export const usePluginDetailsTabs = (
const navModel: NavModelItem = {
text: plugin?.name ?? '',
img: plugin?.info.logos.small,
url: pathname,
children: [
{
text: PluginTabLabels.OVERVIEW,