You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Fix bug which breaks the close button on scalar
This commit is contained in:
@@ -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");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user