Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
b1cefd799e
1 changed files with 4 additions and 0 deletions
|
@ -226,6 +226,10 @@ export default React.createClass({
|
||||||
this.setState({
|
this.setState({
|
||||||
loading: true,
|
loading: true,
|
||||||
});
|
});
|
||||||
|
} else if (nextProps.widgetPageTitle !== this.props.widgetPageTitle) {
|
||||||
|
this.setState({
|
||||||
|
widgetPageTitle: nextProps.widgetPageTitle,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue