mirror of https://github.com/vector-im/riot-web
Merge pull request #1381 from matrix-org/dbkr/remove_spurious_cancel_button
Remove spurious cancel buttonpull/21833/head
commit
bb8538cd1a
|
@ -56,7 +56,7 @@ module.exports = React.createClass({
|
||||||
editing: false,
|
editing: false,
|
||||||
inRoom: false,
|
inRoom: false,
|
||||||
onSaveClick: function() {},
|
onSaveClick: function() {},
|
||||||
onCancelClick: function() {},
|
onCancelClick: null,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue