You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Fix 'Create room' and 'Settings' buttons
These buttons were broken by PR #49... wire them up correctly.
This commit is contained in:
@ -327,7 +327,7 @@ module.exports = React.createClass({
|
|||||||
this._updateScrollMap();
|
this._updateScrollMap();
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
page_type: this.PageTypes.RoomDirectory,
|
page_type: pageType,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user