1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

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

View File

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