Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10545 Rev 10550
Línea 208... Línea 208...
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(prev => {
212
                                                            						onChange={(e) => setCompetencies(prev => {
213
                                                            							[...prev, prev.behaviors.map(bh => bh.uuid === behavior.uuid ? behavior.comment = e.target.value : behavior)]
213
                                                            							console.log([...prev])
-
 
214
                                                            							return prev
214
                                                            						})}
215
                                                            						})}
215
                                                            					/>
216
                                                            					/>
216
                                                            				</td>
217
                                                            				</td>
217
                                                            				<td style={{ width: '20%' }}>
218
                                                            				<td style={{ width: '20%' }}>
218
                                                            					<select className='form-control' name='behavior-points' >
219
                                                            					<select className='form-control' name='behavior-points' >