Add onForgetClick proptype
This commit is contained in:
parent
de4773ba93
commit
9f9de46b10
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ module.exports = React.createClass({
|
|||
propTypes: {
|
||||
onJoinClick: React.PropTypes.func,
|
||||
onRejectClick: React.PropTypes.func,
|
||||
onForgetClick: React.PropTypes.func,
|
||||
|
||||
// if inviterName is specified, the preview bar will shown an invite to the room.
|
||||
// You should also specify onRejectClick if specifiying inviterName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue