1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Create room Dialog Spinner fix.

This commit is contained in:
wmwragg
2016-07-17 21:21:27 +01:00
parent 999c52b650
commit 1559c69ddf

View File

@@ -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() { return client.createRoom(createOpts).finally(function() {
modal.close(); modal.close();