Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10558 Rev 10561
Línea 207... Línea 207...
207
                                                            				<td style={{ width: '60%' }}>
207
                                                            				<td style={{ width: '60%' }}>
208
                                                            					<textarea
208
                                                            					<textarea
209
                                                            						name="behavior-comment"
209
                                                            						name="behavior-comment"
210
                                                            						cols="30"
210
                                                            						cols="30"
211
                                                            						rows="3"
211
                                                            						rows="3"
212
                                                            						onChange={(e) => setCompetencies([...competencies, competencies[competency_index].behaviors[index].name = e.target.value])}
212
                                                            						onChange={(e) => setCompetencies(prev => [...prev, prev[competency_index].behaviors[index].name = e.target.value])}
213
                                                            					/>
213
                                                            					/>
214
                                                            				</td>
214
                                                            				</td>
215
                                                            				<td style={{ width: '20%' }}>
215
                                                            				<td style={{ width: '20%' }}>
216
                                                            					<select className='form-control' name='behavior-points' >
216
                                                            					<select className='form-control' name='behavior-points' >
217
                                                            						{
217
                                                            						{