Wire up changing of power levels

This commit is contained in:
Erik Johnston 2015-07-20 17:31:40 +01:00
parent 1b6ca2b0ee
commit 3a7ebf73eb
3 changed files with 55 additions and 7 deletions

View file

@ -22,4 +22,10 @@ module.exports = {
propTypes: {
room: React.PropTypes.object.isRequired,
},
getInitialState: function() {
return {
power_levels_changed: false
};
}
};