mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 16:31:37 +02:00
Add onForgetClick proptype
This commit is contained in:
parent
de4773ba93
commit
9f9de46b10
@ -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…
x
Reference in New Issue
Block a user