mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
fix usersettings cancel fail on new accounts
This commit is contained in:
parent
3cf12f8626
commit
b86af8939a
1 changed files with 1 additions and 2 deletions
|
@ -1036,8 +1036,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
else {
|
||||
dis.dispatch({
|
||||
action: 'view_indexed_room',
|
||||
roomIndex: 0,
|
||||
action: 'view_room_directory',
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue