mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +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 {
|
else {
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: 'view_indexed_room',
|
action: 'view_room_directory',
|
||||||
roomIndex: 0,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue