File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ SelectablePipe.propTypes = {
40
40
input : PipeEndPropTypes . isRequired ,
41
41
output : PipeEndPropTypes . isRequired ,
42
42
strokeColor : PropTypes . string ,
43
- type : PropTypes . string
43
+ type : PropTypes . string . isRequired
44
44
}
45
45
46
46
export default SelectablePipe
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ class TestInput extends Component {
59
59
inputPosition = { inputPipePosition }
60
60
outputPosition = { outputPipePosition }
61
61
strokeColor = { fillColor }
62
- type = { type }
63
62
/>
64
63
</ Group >
65
64
)
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const newPipe = (workspace) => {
74
74
componentName : SELECTABLE_PIPE ,
75
75
id : nextId ( ) ,
76
76
input,
77
- type : null ,
77
+ type : " null" ,
78
78
output,
79
79
value : null
80
80
}
You can’t perform that action at this time.
0 commit comments