1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +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, editing: false,
inRoom: false, inRoom: false,
onSaveClick: function() {}, onSaveClick: function() {},
onCancelClick: function() {}, onCancelClick: null,
}; };
}, },