Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2521 Rev 2802
Línea 17... Línea 17...
17
  onComplete = () => null
17
  onComplete = () => null
18
}) => {
18
}) => {
19
  const labels = useSelector(({ intl }) => intl.labels)
19
  const labels = useSelector(({ intl }) => intl.labels)
20
  const dispatch = useDispatch()
20
  const dispatch = useDispatch()
Línea -... Línea 21...
-
 
21
 
-
 
22
  const {
-
 
23
    register,
-
 
24
    handleSubmit,
21
 
25
    setValue,
-
 
26
    formState: { errors }
Línea 22... Línea 27...
22
  const { register, handleSubmit, setValue, errors } = useForm()
27
  } = useForm()
23
 
28
 
24
  const onSubmit = handleSubmit(({ description }) => {
29
  const onSubmit = handleSubmit(({ description }) => {