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 18... Línea 18...
18
  onComplete = function () {}
18
  onComplete = function () {}
19
}) => {
19
}) => {
20
  const { pathname } = useLocation()
20
  const { pathname } = useLocation()
21
  const dispatch = useDispatch()
21
  const dispatch = useDispatch()
Línea -... Línea 22...
-
 
22
 
-
 
23
  const {
-
 
24
    register,
-
 
25
    handleSubmit,
22
 
26
    setValue,
-
 
27
    formState: { errors }
Línea 23... Línea 28...
23
  const { register, errors, handleSubmit, setValue } = useForm()
28
  } = useForm()
24
 
29
 
25
  const onSubmit = handleSubmit(({ description }) => {
30
  const onSubmit = handleSubmit(({ description }) => {
26
    const typesUrl = {
31
    const typesUrl = {