remove link for last breadcrumb element of SOM and SOT sections (#119425) (#119766)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Pierre Gayvallet 2021-11-26 09:37:51 +01:00 committed by GitHub
parent 1a76232bcc
commit 4bd2006e5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -63,7 +63,6 @@ const SavedObjectsTablePage = ({
text: i18n.translate('savedObjectsManagement.breadcrumb.index', {
defaultMessage: 'Saved objects',
}),
href: '/',
},
]);
}, [setBreadcrumbs]);

View file

@ -122,7 +122,6 @@ export const TagManagementPage: FC<TagManagementPageParams> = ({
text: i18n.translate('xpack.savedObjectsTagging.management.breadcrumb.index', {
defaultMessage: 'Tags',
}),
href: '/',
},
]);
}, [setBreadcrumbs]);