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 = {
240240 focusComponent : PropTypes . object . isRequired ,
241241 deleteProp : PropTypes . func . isRequired ,
242242 addProp : PropTypes . func . isRequired ,
243+ rightColumnOpen : PropTypes . bool . isRequired ,
243244} ;
244245
245246export default withStyles ( styles ) ( Props ) ;
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class RightTabs extends Component {
7676 focusComponent,
7777 deleteProp,
7878 addProp,
79- rightColumnOpen
79+ rightColumnOpen,
8080 } = this . props ;
8181 const { value } = this . state ;
8282
@@ -126,6 +126,7 @@ RightTabs.propTypes = {
126126 focusComponent : PropTypes . object . isRequired ,
127127 deleteProp : PropTypes . func . isRequired ,
128128 addProp : PropTypes . func . isRequired ,
129+ rightColumnOpen : PropTypes . bool . isRequired ,
129130} ;
130131
131132export default withStyles ( styles ) ( RightTabs ) ;
You can’t perform that action at this time.
0 commit comments