Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14386 Rev 14387
Línea 403... Línea 403...
403
					setDescription(data.data.description)
403
					setDescription(data.data.description)
404
					setText(data.data.text)
404
					setText(data.data.text)
405
				})
405
				})
406
		}
406
		}
407
	}, [actionLink])
407
	}, [actionLink])
408
	const handleDescription = (e) =>{
-
 
409
		setDescription(e)
-
 
410
	}
-
 
411
	const hendleText = (e) =>{
-
 
412
		setText(e)
-
 
413
	}
408
 
Línea 414... Línea 409...
414
 
409
 
415
	return (
410
	return (
416
		<>
411
		<>
417
			<section className="content">
412
			<section className="content">