Bugfix: Fixed breadcrumbs in plugin catalog/connections details page (#100903)
Fixing so the the breadcrumbs works properly.
This commit is contained in:
@@ -155,6 +155,7 @@ export const usePluginDetailsTabs = (
|
||||
const navModel: NavModelItem = {
|
||||
text: plugin?.name ?? '',
|
||||
img: plugin?.info.logos.small,
|
||||
url: pathname,
|
||||
children: [
|
||||
{
|
||||
text: PluginTabLabels.OVERVIEW,
|
||||
|
||||
Reference in New Issue
Block a user