|
|
@ -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], |
|
|
|