diff --git a/plugins/catalog/src/components/SystemDiagram/SystemDiagram.tsx b/plugins/catalog/src/components/SystemDiagram/SystemDiagram.tsx index b466e28a0c..159e20fd54 100644 --- a/plugins/catalog/src/components/SystemDiagram/SystemDiagram.tsx +++ b/plugins/catalog/src/components/SystemDiagram/SystemDiagram.tsx @@ -33,7 +33,6 @@ import { useAsync } from 'react-use'; type SystemDiagramProps = { entity: Entity; - variant?: string; }; export function SystemDiagram({ entity }: SystemDiagramProps) {