From e2d7a19c086e7ffe3c16ff599035608cd1b8c657 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 12 Feb 2022 22:41:29 +0100 Subject: [PATCH] missing type --- frontend/src/scripts/modules.d.ts | 1 + frontend/src/scripts/pages/settings.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/scripts/modules.d.ts b/frontend/src/scripts/modules.d.ts index 5d260ada5..ff01fade7 100644 --- a/frontend/src/scripts/modules.d.ts +++ b/frontend/src/scripts/modules.d.ts @@ -1,2 +1,3 @@ declare let firebase: any; declare let moment: any; +declare let grecaptcha: any; \ No newline at end of file diff --git a/frontend/src/scripts/pages/settings.ts b/frontend/src/scripts/pages/settings.ts index e84537830..6852d22ae 100644 --- a/frontend/src/scripts/pages/settings.ts +++ b/frontend/src/scripts/pages/settings.ts @@ -39,6 +39,7 @@ type Group = { setCallback: () => void; updateCallback: () => void; updateInput: () => void; + setValue: (string: string) => void; }; type Groups = {