| Línea 26... |
Línea 26... |
| 26 |
const { handleSubmit, register, setValue, errors, watch } = useForm()
|
26 |
const { handleSubmit, register, setValue, errors, watch } = useForm()
|
| Línea 27... |
Línea 27... |
| 27 |
|
27 |
|
| 28 |
const [inputErrors, setInputErrors] = useState({})
|
28 |
const [inputErrors, setInputErrors] = useState({})
|
| 29 |
const [location, setLocation] = useState({})
|
29 |
const [location, setLocation] = useState({})
|
| 30 |
const [isActive, setIsActive] = useState(false)
|
30 |
const [isActive, setIsActive] = useState(false)
|
| 31 |
const [year, setYear] = useState(new Intl.DateTimeFormat('en-CA').format(new Date()))
|
31 |
const [year, setYear] = useState(new Intl.DateTimeFormat('en-US').format(new Date()))
|
| 32 |
const [locationLabel, setLocationLabel] = useState('')
|
32 |
const [locationLabel, setLocationLabel] = useState('')
|
| 33 |
const [jobsDescriptions, setJobsDescriptions] = useState([
|
33 |
const [jobsDescriptions, setJobsDescriptions] = useState([
|
| 34 |
{
|
34 |
{
|
| 35 |
value: '8ff86a9a-651c-4dd0-86c1-b9c0716d09e0',
|
35 |
value: '8ff86a9a-651c-4dd0-86c1-b9c0716d09e0',
|