Grant permission to load app widget.
This commit is contained in:
parent
76f4f88fcd
commit
9f52c13bea
2 changed files with 21 additions and 9 deletions
|
@ -174,6 +174,7 @@ export default React.createClass({
|
|||
appTileBody = (
|
||||
<AppPermission
|
||||
url={this.state.widgetUrl}
|
||||
onPermissionGranted={this._grantWidgetPermission}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue