chore: make pretty

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-06-29 13:41:17 +02:00
parent 4235353f46
commit 6ecafa9d3b
2 changed files with 1 additions and 2 deletions
@@ -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';