There was an error while loading. Please reload this page.
1 parent 40b2e3a commit e0ad0b4Copy full SHA for e0ad0b4
1 file changed
web/templates/forms/ContactEquinorForm.tsx
@@ -79,7 +79,7 @@ const ContactEquinorForm = () => {
79
}
80
81
// Call the server action directly
82
- // CAT0012836 is CAT ID for Contact Equinor Form
+ // CAT0012836 is CAT ID for Contact Equinor Form //
83
const result = await submitFormServerAction(JSON.stringify(finalFormData), 'CAT0012836')
84
85
setServerError(result.status !== 200)
0 commit comments