Set page title from widget data, if available.

This commit is contained in:
Richard Lewis 2017-12-08 15:12:48 +00:00
parent 3206527d73
commit 20917e1a07
2 changed files with 7 additions and 3 deletions

View file

@ -224,6 +224,7 @@ module.exports = React.createClass({
userId={this.props.userId}
show={this.props.showApps}
creatorUserId={app.creatorUserId}
widgetPageTitle={(app.data && app.data.widgetPageTitle) ? app.data.widgetPageTitle : ''}
/>);
});