diff options
Diffstat (limited to 'client/src/app/shared/shared-user-subscription')
-rw-r--r-- | client/src/app/shared/shared-user-subscription/remote-subscribe.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-user-subscription/remote-subscribe.component.ts b/client/src/app/shared/shared-user-subscription/remote-subscribe.component.ts index a951134eb..369692715 100644 --- a/client/src/app/shared/shared-user-subscription/remote-subscribe.component.ts +++ b/client/src/app/shared/shared-user-subscription/remote-subscribe.component.ts | |||
@@ -27,7 +27,7 @@ export class RemoteSubscribeComponent extends FormReactive implements OnInit { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | onValidKey () { | 29 | onValidKey () { |
30 | this.check() | 30 | this.forceCheck() |
31 | if (!this.form.valid) return | 31 | if (!this.form.valid) return |
32 | 32 | ||
33 | this.formValidated() | 33 | this.formValidated() |