Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2017-11-04 15:42:03 +00:00
commit ae844a048f
1 changed files with 3 additions and 5 deletions

View File

@ -26,11 +26,9 @@ class MenuOption extends React.Component {
this._onClick = this._onClick.bind(this);
}
getDefaultProps() {
return {
disabled: false,
};
}
static defaultProps = {
disabled: false,
};
_onMouseEnter() {
this.props.onMouseEnter(this.props.dropdownKey);