@@ -165,7 +165,7 @@ const EntityLayoutWrapper = (props: { children?: ReactNode }) => {
|
||||
},
|
||||
];
|
||||
}, []);
|
||||
|
||||
|
||||
const options: EntityContextMenuOptions = {
|
||||
disableUnregister: 'visible',
|
||||
};
|
||||
|
||||
@@ -33,7 +33,6 @@ import { catalogEntityDeletePermission } from '@backstage/plugin-catalog-common'
|
||||
import { BackstageTheme } from '@backstage/theme';
|
||||
import { UnregisterEntity, UnregisterEntityOptions } from './UnregisterEntity';
|
||||
|
||||
|
||||
/** @public */
|
||||
export type EntityContextMenuClassKey = 'button';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user