Skip to content

Commit 76ffe1e

Browse files
committed
feat(vscode): remove unused button
1 parent af2fb95 commit 76ffe1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vscode/react/src/components/graph/ModelLineage.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ function ModelColumnLineage(): JSX.Element {
203203
showControls,
204204
handleError,
205205
setActiveNodes,
206+
setWithColumns,
206207
} = useLineageFlow()
207208

208209
const { setCenter } = useReactFlow()
@@ -383,7 +384,10 @@ function ModelColumnLineage(): JSX.Element {
383384
<Divider />
384385
</Panel>
385386
)}
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+
/>
387391
<Background
388392
variant={BackgroundVariant.Cross}
389393
gap={32}

0 commit comments

Comments
 (0)