Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2093 Rev 2802
Línea 14... Línea 14...
14
  getProfiles = () => null,
14
  getProfiles = () => null,
15
  addNotification // redux action
15
  addNotification // redux action
16
}) => {
16
}) => {
17
  const labels = useSelector(({ intl }) => intl.labels)
17
  const labels = useSelector(({ intl }) => intl.labels)
Línea -... Línea 18...
-
 
18
 
-
 
19
  const {
-
 
20
    register,
18
 
21
    handleSubmit,
-
 
22
    formState: { errors }
Línea 19... Línea 23...
19
  const { register, handleSubmit, errors } = useForm()
23
  } = useForm()
20
 
24
 
21
  const onSubmitHandler = handleSubmit(async (data) => {
25
  const onSubmitHandler = handleSubmit(async (data) => {