Fix bug which breaks the close button on scalar

pull/21833/head
Kegan Dougal 2017-06-30 15:42:19 +01:00
parent 1cfc2773ea
commit b8941f76d3
1 changed files with 0 additions and 5 deletions

View File

@ -180,11 +180,6 @@ module.exports = React.createClass({
null;
Modal.createDialog(IntegrationsManager, {
src: src,
onFinished: ()=>{
if (e) {
this.props.onCancelClick(e);
}
},
}, "mx_IntegrationsManager");
},