mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
iterate PR based on feedback
This commit is contained in:
parent
83912daced
commit
17e0a4b3d7
@ -33,7 +33,7 @@ export async function upgradeRoom(
|
||||
awaitRoom = false,
|
||||
): Promise<string> {
|
||||
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;
|
||||
try {
|
||||
@ -101,6 +101,6 @@ export async function upgradeRoom(
|
||||
}
|
||||
}
|
||||
|
||||
modal.close();
|
||||
spinnerModal.close();
|
||||
return newRoomId;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user