1
0
mirror of https://github.com/flarum/core.git synced 2025-07-12 12:26:23 +02:00

Extract ModalManagerState from ModalManager (#2162)

This commit is contained in:
Alexander Skvortsov
2020-06-30 19:59:16 -04:00
committed by GitHub
parent 4f181c84fc
commit 44376cef61
17 changed files with 130 additions and 111 deletions

View File

@ -282,7 +282,7 @@ export default class IndexPage extends Page {
} else {
deferred.reject();
app.modal.show(new LogInModal());
app.modal.show(LogInModal);
}
return deferred.promise;