From 5847c2b8ef6ca2f875ba0c05775aaa79c5dec88b Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari Date: Thu, 26 Jan 2023 20:35:04 +0530 Subject: [PATCH] fix(system/update): submit license form [EE-4743] (#8381) --- app/react/components/HubspotForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/react/components/HubspotForm.tsx b/app/react/components/HubspotForm.tsx index 3c1225df7..be2efd8be 100644 --- a/app/react/components/HubspotForm.tsx +++ b/app/react/components/HubspotForm.tsx @@ -64,7 +64,7 @@ function useHubspotForm({ formId, portalId, region, - onFormSubmit: onSubmitted, + onFormSubmitted: onSubmitted, }); }, {