iterate PR based on feedback
This commit is contained in:
parent
83912daced
commit
17e0a4b3d7
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ export async function upgradeRoom(
|
||||||
awaitRoom = false,
|
awaitRoom = false,
|
||||||
): Promise<string> {
|
): Promise<string> {
|
||||||
const cli = room.client;
|
const cli = room.client;
|
||||||
const modal = Modal.createDialog(Spinner, null, "mx_Dialog_spinner");
|
const spinnerModal = Modal.createDialog(Spinner, null, "mx_Dialog_spinner");
|
||||||
|
|
||||||
let newRoomId: string;
|
let newRoomId: string;
|
||||||
try {
|
try {
|
||||||
|
@ -101,6 +101,6 @@ export async function upgradeRoom(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
modal.close();
|
spinnerModal.close();
|
||||||
return newRoomId;
|
return newRoomId;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue