REmove unused onCancelClick
This commit is contained in:
parent
96900e76a0
commit
84f5e5aad2
1 changed files with 0 additions and 7 deletions
|
@ -64,11 +64,6 @@ export default class ManageIntegsButton extends React.Component {
|
||||||
src: (this.scalarClient !== null && this.scalarClient.hasCredentials()) ?
|
src: (this.scalarClient !== null && this.scalarClient.hasCredentials()) ?
|
||||||
this.scalarClient.getScalarInterfaceUrlForRoom(this.props.roomId) :
|
this.scalarClient.getScalarInterfaceUrlForRoom(this.props.roomId) :
|
||||||
null,
|
null,
|
||||||
onFinished: ()=>{
|
|
||||||
if (this.props.onCancelClick) {
|
|
||||||
this.props.onCancelClick(ev);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}, "mx_IntegrationsManager");
|
}, "mx_IntegrationsManager");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -119,9 +114,7 @@ export default class ManageIntegsButton extends React.Component {
|
||||||
|
|
||||||
ManageIntegsButton.propTypes = {
|
ManageIntegsButton.propTypes = {
|
||||||
roomId: PropTypes.string.isRequired,
|
roomId: PropTypes.string.isRequired,
|
||||||
onCancelClick: PropTypes.func,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ManageIntegsButton.defaultProps = {
|
ManageIntegsButton.defaultProps = {
|
||||||
onCancelClick: function() {},
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue