This commit is contained in:
Bruno Windels 2022-07-29 12:21:16 +02:00
parent 10522cacef
commit b6f795505d
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ export class RoomViewModel extends ViewModel {
} }
} }
dismissError(evt) { dismissError() {
this._sendError = null; this._sendError = null;
this.emitChange("error"); this.emitChange("error");
} }