Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2780 | Rev 3432 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2780 Rev 2802
Línea 32... Línea 32...
32
  )
32
  )
33
  const { data: timezones } = useFetchHelper('timezones')
33
  const { data: timezones } = useFetchHelper('timezones')
34
  const labels = useSelector(({ intl }) => intl.labels)
34
  const labels = useSelector(({ intl }) => intl.labels)
35
  const dispatch = useDispatch()
35
  const dispatch = useDispatch()
Línea -... Línea 36...
-
 
36
 
-
 
37
  const {
-
 
38
    handleSubmit,
-
 
39
    register,
-
 
40
    reset,
36
 
41
    getValues,
-
 
42
    formState: { errors }
37
  const { handleSubmit, register, errors, reset, getValues } = useForm({
43
  } = useForm({
38
    mode: 'all'
44
    mode: 'all'
Línea 39... Línea 45...
39
  })
45
  })
40
 
46