File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ Props.propTypes = {
240
240
focusComponent : PropTypes . object . isRequired ,
241
241
deleteProp : PropTypes . func . isRequired ,
242
242
addProp : PropTypes . func . isRequired ,
243
+ rightColumnOpen : PropTypes . bool . isRequired ,
243
244
} ;
244
245
245
246
export default withStyles ( styles ) ( Props ) ;
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class RightTabs extends Component {
76
76
focusComponent,
77
77
deleteProp,
78
78
addProp,
79
- rightColumnOpen
79
+ rightColumnOpen,
80
80
} = this . props ;
81
81
const { value } = this . state ;
82
82
@@ -126,6 +126,7 @@ RightTabs.propTypes = {
126
126
focusComponent : PropTypes . object . isRequired ,
127
127
deleteProp : PropTypes . func . isRequired ,
128
128
addProp : PropTypes . func . isRequired ,
129
+ rightColumnOpen : PropTypes . bool . isRequired ,
129
130
} ;
130
131
131
132
export default withStyles ( styles ) ( RightTabs ) ;
You can’t perform that action at this time.
0 commit comments