Simplify MessageUserStore

This commit is contained in:
djmaze 2021-03-12 16:54:37 +01:00
parent 5e0f637b12
commit 227db0e0c3
10 changed files with 187 additions and 221 deletions

View file

@ -28,7 +28,7 @@ class LoginAdminView extends AbstractViewCenter {
submitError: ''
});
this.formError = ko.observable(false).extend({ 'falseTimeout': 500 });
this.formError = ko.observable(false).extend({ falseTimeout: 500 });
this.addSubscribables({
login: () => this.loginError(false),