Skip to content

Commit 95b60d8

Browse files
removed the curve option for component map as it was confusing visually
1 parent 18e98c6 commit 95b60d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/components/LinkControls.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export default function LinkControls({
5454
>
5555
<option value='diagonal'>Diagonal</option>
5656
<option value='step'>Step</option>
57-
<option value='curve'>Curve</option>
5857
<option value='line'>Line</option>
5958
</select>
6059
{linkType === 'step' && layout !== 'polar' && (

0 commit comments

Comments
 (0)