Give the SRH its prop back
This commit is contained in:
parent
791f7f7f6b
commit
88abe54ffe
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ export default React.createClass({
|
||||||
title: React.PropTypes.string,
|
title: React.PropTypes.string,
|
||||||
onCancelClick: React.PropTypes.func,
|
onCancelClick: React.PropTypes.func,
|
||||||
|
|
||||||
|
// is the RightPanel collapsed?
|
||||||
|
collapsedRhs: React.PropTypes.bool,
|
||||||
|
|
||||||
// `src` to a TintableSvg. Optional.
|
// `src` to a TintableSvg. Optional.
|
||||||
icon: React.PropTypes.string,
|
icon: React.PropTypes.string,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue