mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 03:50:42 +03:00
Fix bug which breaks the close button on scalar
This commit is contained in:
parent
1cfc2773ea
commit
b8941f76d3
1 changed files with 0 additions and 5 deletions
|
@ -180,11 +180,6 @@ module.exports = React.createClass({
|
||||||
null;
|
null;
|
||||||
Modal.createDialog(IntegrationsManager, {
|
Modal.createDialog(IntegrationsManager, {
|
||||||
src: src,
|
src: src,
|
||||||
onFinished: ()=>{
|
|
||||||
if (e) {
|
|
||||||
this.props.onCancelClick(e);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}, "mx_IntegrationsManager");
|
}, "mx_IntegrationsManager");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue