mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 22:41:07 +02:00
Fix bug which breaks the close button on scalar
This commit is contained in:
parent
1cfc2773ea
commit
b8941f76d3
@ -180,11 +180,6 @@ module.exports = React.createClass({
|
||||
null;
|
||||
Modal.createDialog(IntegrationsManager, {
|
||||
src: src,
|
||||
onFinished: ()=>{
|
||||
if (e) {
|
||||
this.props.onCancelClick(e);
|
||||
}
|
||||
},
|
||||
}, "mx_IntegrationsManager");
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user