mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-01 10:27:06 +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;
|
||||
Modal.createDialog(IntegrationsManager, {
|
||||
src: src,
|
||||
onFinished: ()=>{
|
||||
if (e) {
|
||||
this.props.onCancelClick(e);
|
||||
}
|
||||
},
|
||||
}, "mx_IntegrationsManager");
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue