forked from mystiq/hydrogen-web
Fix emit for isBusy
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
0e7a9e224c
commit
784b06d500
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ export class LoginViewModel extends ViewModel {
|
||||||
if (!this._loadViewModel.loading) {
|
if (!this._loadViewModel.loading) {
|
||||||
this._loadViewModelSubscription = this.disposeTracked(this._loadViewModelSubscription);
|
this._loadViewModelSubscription = this.disposeTracked(this._loadViewModelSubscription);
|
||||||
}
|
}
|
||||||
this.emitChange("isBusy");
|
this._toggleBusy(false);
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue