mirror of https://github.com/vector-im/riot-web
Create room Dialog Spinner fix.
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…
Reference in New Issue