Merge pull request #1381 from matrix-org/dbkr/remove_spurious_cancel_button

Remove spurious cancel button
This commit is contained in:
Matthew Hodgson 2017-09-14 10:38:26 +01:00 committed by GitHub
commit bb8538cd1a

View file

@ -56,7 +56,7 @@ module.exports = React.createClass({
editing: false,
inRoom: false,
onSaveClick: function() {},
onCancelClick: function() {},
onCancelClick: null,
};
},