Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14232 Rev 14233
Línea 65... Línea 65...
65
		register('objectives')
65
		register('objectives')
66
		register('functions')
66
		register('functions')
67
	}, [])
67
	}, [])
Línea 68... Línea 68...
68
 
68
 
-
 
69
	useEffect(() => {
-
 
70
		console.log(watch('status'))
-
 
71
		console.log(watch('objectives'))
-
 
72
		console.log(watch('functions'))
-
 
73
	}, [])
-
 
74
 
69
	useEffect(() => {
75
	useEffect(() => {
70
		axios.get(actionLink)
76
		axios.get(actionLink)
71
			.then(({ data }) => {
77
			.then(({ data }) => {
72
				if (!data.success) {
78
				if (!data.success) {
73
					return dispatch(addNotification({
79
					return dispatch(addNotification({