diff --git a/plugins/catalog/report.api.md b/plugins/catalog/report.api.md index 0059f0504f..10e120d208 100644 --- a/plugins/catalog/report.api.md +++ b/plugins/catalog/report.api.md @@ -403,8 +403,6 @@ export interface EntityLayoutProps { // (undocumented) children?: ReactNode; // (undocumented) - extraMenuItems?: JSX.Element[]; - // (undocumented) NotFoundComponent?: ReactNode; parentEntityRelations?: string[]; // Warning: (ae-forgotten-export) The symbol "EntityContextMenuOptions" needs to be exported by the entry point index.d.ts diff --git a/plugins/catalog/src/components/EntityLayout/EntityLayout.tsx b/plugins/catalog/src/components/EntityLayout/EntityLayout.tsx index f088a2d320..bae1f7bd0c 100644 --- a/plugins/catalog/src/components/EntityLayout/EntityLayout.tsx +++ b/plugins/catalog/src/components/EntityLayout/EntityLayout.tsx @@ -181,7 +181,6 @@ export interface EntityLayoutProps { UNSTABLE_contextMenuOptions?: EntityContextMenuOptions; children?: ReactNode; NotFoundComponent?: ReactNode; - extraMenuItems?: JSX.Element[]; /** * An array of relation types used to determine the parent entities in the hierarchy. * These relations are prioritized in the order provided, allowing for flexible