Wire up changing of power levels
This commit is contained in:
parent
1b6ca2b0ee
commit
3a7ebf73eb
3 changed files with 55 additions and 7 deletions
|
@ -22,4 +22,10 @@ module.exports = {
|
|||
propTypes: {
|
||||
room: React.PropTypes.object.isRequired,
|
||||
},
|
||||
|
||||
getInitialState: function() {
|
||||
return {
|
||||
power_levels_changed: false
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue