This commit is contained in:
jahooma 2021-12-01 20:12:27 -06:00
parent 143b4e88fc
commit 6aab61ba3e

View File

@ -202,7 +202,7 @@ const NetilfyForm = (props: {
const { children, ...other } = props
return (
<form {...{ netlify: '' }} {...other as any}>
<form {...{ netlify: 'true' }} {...other as any}>
{children}
</form>
)