Skip to content

Commit 15560fa

Browse files
authored
feat(vscode): remove unused button (#4818)
1 parent 2e0f6f1 commit 15560fa

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)