From 12ea9fa404e1d2cc49f24c65ce1c5bfcc339900f Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari Date: Thu, 26 Jan 2023 20:35:02 +0530 Subject: [PATCH] fix(system/update): submit license form [EE-4743] (#8382) --- 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, }); }, {