in src/components/forms/ContactForm/ContactForm.tsx [61:71]
message: t('reCaptcha.message'),
type: NotificationType.Error,
});
return;
}
const result = await sendContactForm(values);
if (result.success) {
showNotification({