Doc orderedGroupTagProfiles
This commit is contained in:
parent
a8b245d0cf
commit
f38690f265
1 changed files with 9 additions and 1 deletions
|
@ -36,7 +36,15 @@ const TagPanel = React.createClass({
|
||||||
|
|
||||||
getInitialState() {
|
getInitialState() {
|
||||||
return {
|
return {
|
||||||
orderedGroupTagProfiles: [],
|
// A list of group profiles for group tags
|
||||||
|
orderedGroupTagProfiles: [
|
||||||
|
// {
|
||||||
|
// groupId: '+awesome:foo.bar',{
|
||||||
|
// name: 'My Awesome Community',
|
||||||
|
// avatarUrl: 'mxc://...',
|
||||||
|
// shortDescription: 'Some description...',
|
||||||
|
// },
|
||||||
|
],
|
||||||
selectedTags: [],
|
selectedTags: [],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue