Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9873 Rev 9874
Línea 15... Línea 15...
15
  const history = useHistory()
15
  const history = useHistory()
16
  const { action } = useParams()
16
  const { action } = useParams()
17
  const dispatch = useDispatch()
17
  const dispatch = useDispatch()
Línea 18... Línea 18...
18
 
18
 
Línea 19... Línea 19...
19
 
19
 
20
  const { handleSubmit, register, setValue, errors } = useForm()
20
  const { handleSubmit, register, setValue, errors, watch } = useForm()
21
 
21
 
22
  const [inputErrors, setInputErrors] = useState({})
22
  const [inputErrors, setInputErrors] = useState({})