mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Fix JoinRoomError action name typo
This commit is contained in:
parent
be22a325f6
commit
9007afabfa
1 changed files with 1 additions and 1 deletions
|
@ -152,5 +152,5 @@ export enum Action {
|
|||
/**
|
||||
* Fired when joining a room failed
|
||||
*/
|
||||
JoinRoomError = "join_room",
|
||||
JoinRoomError = "join_room_error",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue