attempt
This commit is contained in:
parent
143b4e88fc
commit
6aab61ba3e
|
@ -202,7 +202,7 @@ const NetilfyForm = (props: {
|
||||||
const { children, ...other } = props
|
const { children, ...other } = props
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<form {...{ netlify: '' }} {...other as any}>
|
<form {...{ netlify: 'true' }} {...other as any}>
|
||||||
{children}
|
{children}
|
||||||
</form>
|
</form>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user