Fix #1220, fix #1671 - Hook up comment box to the Redux comment value (#1699)

Fix username styling regression introduced in #1063
Fix report screen background regression introduced in #1415
This commit is contained in:
Eugen
2017-04-13 19:36:41 +02:00
committed by GitHub
parent 043862f411
commit ac54da9394
5 changed files with 19 additions and 7 deletions

View File

@ -27,7 +27,7 @@ const ColumnSettings = React.createClass({
propTypes: {
settings: ImmutablePropTypes.map.isRequired,
intl: ImmutablePropTypes.object.isRequired,
intl: React.PropTypes.object.isRequired,
onChange: React.PropTypes.func.isRequired,
onSave: React.PropTypes.func.isRequired,
},