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

Merge remote-tracking branch 'origin/develop' into dbkr/fix_slash_join

This commit is contained in:
David Baker
2017-09-14 23:09:26 +01:00
3 changed files with 3 additions and 2 deletions

View File

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