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:
committed by
GitHub
parent
4f181c84fc
commit
44376cef61
@ -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;
|
||||
|
Reference in New Issue
Block a user