We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2fb95 commit 76ffe1eCopy full SHA for 76ffe1e
1 file changed
vscode/react/src/components/graph/ModelLineage.tsx
@@ -203,6 +203,7 @@ function ModelColumnLineage(): JSX.Element {
203
showControls,
204
handleError,
205
setActiveNodes,
206
+ setWithColumns,
207
} = useLineageFlow()
208
209
const { setCenter } = useReactFlow()
@@ -383,7 +384,10 @@ function ModelColumnLineage(): JSX.Element {
383
384
<Divider />
385
</Panel>
386
)}
- <Controls className="bg-light p-1 rounded-md !border-none !shadow-lg" />
387
+ <Controls
388
+ className="bg-light p-1 rounded-md !border-none !shadow-lg"
389
+ showInteractive={false}
390
+ />
391
<Background
392
variant={BackgroundVariant.Cross}
393
gap={32}
0 commit comments