Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14275 Rev 14276
Línea 110... Línea 110...
110
	useEffect(() => {
110
	useEffect(() => {
111
		if (action === 'edit') {
111
		if (action === 'edit') {
112
			axios.get(actionLink)
112
			axios.get(actionLink)
113
				.then(({ data }) => {
113
				.then(({ data }) => {
114
					const respData = data.data
114
					const respData = data.data
115
					console.log(respData)
-
 
116
					if (data.success) {
115
					if (data.success) {
Línea 117... Línea 116...
117
 
116
 
118
						setLocationLabel(respData.formatted_address)
117
						setLocationLabel(respData.formatted_address)
119
						setLocation({
118
						setLocation({