We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2fb95 commit 7281f7eCopy full SHA for 7281f7e
1 file changed
vscode/react/src/components/graph/ModelLineage.tsx
@@ -383,7 +383,10 @@ function ModelColumnLineage(): JSX.Element {
383
<Divider />
384
</Panel>
385
)}
386
- <Controls className="bg-light p-1 rounded-md !border-none !shadow-lg" />
+ <Controls
387
+ className="bg-light p-1 rounded-md !border-none !shadow-lg"
388
+ showInteractive={false}
389
+ />
390
<Background
391
variant={BackgroundVariant.Cross}
392
gap={32}
0 commit comments