Fix 'Create room' and 'Settings' buttons
These buttons were broken by PR #49... wire them up correctly.pull/21833/head
parent
ead6d5a25e
commit
68cdff1159
|
@ -327,7 +327,7 @@ module.exports = React.createClass({
|
|||
this._updateScrollMap();
|
||||
|
||||
this.setState({
|
||||
page_type: this.PageTypes.RoomDirectory,
|
||||
page_type: pageType,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue