Merge remote-tracking branch 'origin/develop' into dbkr/group_userlist
This commit is contained in:
commit
5f816666e1
49 changed files with 5337 additions and 813 deletions
|
@ -38,7 +38,7 @@ module.exports = React.createClass({
|
|||
roomId: PropTypes.string,
|
||||
button: PropTypes.string,
|
||||
focus: PropTypes.bool,
|
||||
validAddressTypes: PropTypes.arrayOf(PropTypes.oneOfType(addressTypes)),
|
||||
validAddressTypes: PropTypes.arrayOf(PropTypes.oneOf(addressTypes)),
|
||||
onFinished: PropTypes.func.isRequired,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue