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

Fixing so the the breadcrumbs works properly.
pull/101053/head
Marcus Andersson 4 months ago committed by GitHub
parent c9da1ec850
commit 6dae264a06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      public/app/features/plugins/admin/hooks/usePluginDetailsTabs.tsx

@ -155,6 +155,7 @@ export const usePluginDetailsTabs = (
const navModel: NavModelItem = {
text: plugin?.name ?? '',
img: plugin?.info.logos.small,
url: pathname,
children: [
{
text: PluginTabLabels.OVERVIEW,

Loading…
Cancel
Save