Fix minor jslint issue (#1697)
* Undefined propType in react component `ColumnSettings`. Add proper PropTypes definition.lolsob-rspec
parent
314e3dba6c
commit
698406f076
|
@ -27,8 +27,9 @@ const ColumnSettings = React.createClass({
|
|||
|
||||
propTypes: {
|
||||
settings: ImmutablePropTypes.map.isRequired,
|
||||
intl: ImmutablePropTypes.object.isRequired,
|
||||
onChange: React.PropTypes.func.isRequired,
|
||||
onSave: React.PropTypes.func.isRequired
|
||||
onSave: React.PropTypes.func.isRequired,
|
||||
},
|
||||
|
||||
mixins: [PureRenderMixin],
|
||||
|
|
Loading…
Reference in New Issue