resolved error conflicts
This commit is contained in:
parent
fcdf321879
commit
3400376e66
@ -1,6 +1,6 @@
|
||||
import { useState } from 'react' //add useRef
|
||||
// eslint-disable-next-line import/no-named-as-default
|
||||
import ReCAPTCHA from 'react-google-recaptcha'
|
||||
// // eslint-disable-next-line import/no-named-as-default
|
||||
// import ReCAPTCHA from 'react-google-recaptcha'
|
||||
import Select from 'react-select'
|
||||
|
||||
import { Container } from '~/components/layout/container'
|
||||
@ -148,7 +148,7 @@ const Form = ({ data }: DataProps) => {
|
||||
<span>{data?.formWarning}</span>
|
||||
</div>
|
||||
<CustomForm data={data} />
|
||||
<ReCAPTCHA sitekey={process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY} />
|
||||
{/* <ReCAPTCHA sitekey={process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY} /> */}
|
||||
<div className={s['gradient']} />
|
||||
</Container>
|
||||
</Section>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user