From 41ff384049f8bb3461c0dd8c63cb70af9356a1a8 Mon Sep 17 00:00:00 2001 From: Mark Dunphy Date: Tue, 8 Apr 2025 13:25:37 -0400 Subject: [PATCH] removed unused prop Signed-off-by: Mark Dunphy --- plugins/catalog/report.api.md | 2 -- plugins/catalog/src/components/EntityLayout/EntityLayout.tsx | 1 - 2 files changed, 3 deletions(-) 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