File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/app/components/StateRoute/ComponentMap Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export default function ComponentMap({
47
47
} : LinkTypesProps ) : JSX . Element {
48
48
// importing custom hooks for the selection tabs.
49
49
const [ layout , setLayout ] = useState ( 'cartesian' ) ;
50
- const [ orientation , setOrientation ] = useState ( 'horizontal ' ) ;
50
+ const [ orientation , setOrientation ] = useState ( 'vertical ' ) ;
51
51
const [ linkType , setLinkType ] = useState ( 'diagonal' ) ;
52
52
const [ stepPercent , setStepPercent ] = useState ( 10 ) ;
53
53
const [ Tooltip , setTooltip ] = useState ( false ) ;
Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ export default function LinkControls({
89
89
disabled = { layout === 'polar' }
90
90
style = { dropDownStyle }
91
91
>
92
- < option value = "horizontal" > Horizontal</ option >
93
92
< option value = "vertical" > Vertical</ option >
93
+ < option value = "horizontal" > Horizontal</ option >
94
94
</ select >
95
95
96
96
You can’t perform that action at this time.
0 commit comments