mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 00:42:08 +02:00
Add onForgetClick proptype
This commit is contained in:
parent
de4773ba93
commit
9f9de46b10
@ -27,6 +27,7 @@ module.exports = React.createClass({
|
|||||||
propTypes: {
|
propTypes: {
|
||||||
onJoinClick: React.PropTypes.func,
|
onJoinClick: React.PropTypes.func,
|
||||||
onRejectClick: 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.
|
// if inviterName is specified, the preview bar will shown an invite to the room.
|
||||||
// You should also specify onRejectClick if specifiying inviterName
|
// You should also specify onRejectClick if specifiying inviterName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user