Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13001 Rev 13005
Línea 19... Línea 19...
19
	useEffect(() => {
19
	useEffect(() => {
20
		register('text')
20
		register('text')
21
		setValue('text', question.text)
21
		setValue('text', question.text)
22
	}, [question])
22
	}, [question])
Línea 23... Línea 23...
23
 
23
 
-
 
24
	const submit = (e) => {
-
 
25
		e.preventDefault()
24
	const submit = () => {
26
 
25
		if (questionType === 'add') {
27
		if (questionType === 'add') {
26
			onSubmit({
28
			onSubmit({
27
				...question,
29
				...question,
28
				text: watch('text'),
30
				text: watch('text'),