mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 22:00:42 +03:00
Add prop type for onDifferentServerClicked
This commit is contained in:
parent
ad2ed12980
commit
6257bfcd87
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ export default React.createClass({
|
|||
displayName: 'SetMxIdDialog',
|
||||
propTypes: {
|
||||
onFinished: React.PropTypes.func.isRequired,
|
||||
// Called when the user requests to register with a different homeserver
|
||||
onDifferentServerClicked: React.PropTypes.func.isRequired,
|
||||
},
|
||||
|
||||
getInitialState: function() {
|
||||
|
|
Loading…
Reference in a new issue