Skip to content

Commit 7281f7e

Browse files
committed
feat(vscode): remove unused button
1 parent af2fb95 commit 7281f7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,10 @@ function ModelColumnLineage(): JSX.Element {
383383
<Divider />
384384
</Panel>
385385
)}
386-
<Controls className="bg-light p-1 rounded-md !border-none !shadow-lg" />
386+
<Controls
387+
className="bg-light p-1 rounded-md !border-none !shadow-lg"
388+
showInteractive={false}
389+
/>
387390
<Background
388391
variant={BackgroundVariant.Cross}
389392
gap={32}

0 commit comments

Comments
 (0)