CancelClick prop.

This commit is contained in:
Richard Lewis 2017-08-06 10:29:43 +01:00
parent a22e768343
commit 308d932b2f
2 changed files with 3 additions and 4 deletions

View file

@ -90,7 +90,6 @@ module.exports = React.createClass({
propTypes: {
room: React.PropTypes.object.isRequired,
onSaveClick: React.PropTypes.func,
onCancelClick: React.PropTypes.func,
},
getInitialState: function() {