Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12289 Rev 12291
Línea 16... Línea 16...
16
 
16
 
Línea 17... Línea 17...
17
const EvaluationView = ({ actionLink, setActionLink }) => {
17
const EvaluationView = ({ actionLink, setActionLink }) => {
18
 
18
 
-
 
19
	// Hooks
19
	// Hooks
20
	const dispatch = useDispatch()
20
	const dispatch = useDispatch()
21
	const history = useHistory()
Línea 21... Línea 22...
21
	const { action } = useParams()
22
	const { action } = useParams()
22
	const { setValue, register, watch, handleSubmit } = useForm()
23
	const { setValue, register, watch, handleSubmit } = useForm()