mirror of https://github.com/vector-im/riot-web
Doc state in getinitialstate
parent
e9804086ca
commit
ced1c45a34
|
@ -66,7 +66,14 @@ module.exports = React.createClass({
|
||||||
getInitialState: function() {
|
getInitialState: function() {
|
||||||
return {
|
return {
|
||||||
error: false,
|
error: false,
|
||||||
|
|
||||||
|
// List of AddressTile.InviteAddressType objects represeting
|
||||||
|
// the list of addresses we're going to invite
|
||||||
inviteList: [],
|
inviteList: [],
|
||||||
|
|
||||||
|
// List of AddressTile.InviteAddressType objects represeting
|
||||||
|
// the set of autocompletion results for the current search
|
||||||
|
// query.
|
||||||
queryList: [],
|
queryList: [],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue