mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-10 06:36:21 +02:00
Create room Dialog Spinner fix.
This commit is contained in:
parent
999c52b650
commit
1559c69ddf
@ -64,7 +64,7 @@ function createRoom(opts) {
|
||||
}
|
||||
];
|
||||
|
||||
var modal = Modal.createDialog(Loader);
|
||||
var modal = Modal.createDialog(Loader, null, 'mx_Dialog_spinner');
|
||||
|
||||
return client.createRoom(createOpts).finally(function() {
|
||||
modal.close();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user