Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14239 Rev 14240
Línea 187... Línea 187...
187
														{
187
														{
188
															initFunctions
188
															initFunctions
189
															&&
189
															&&
190
															<CKEditor
190
															<CKEditor
191
																onChange={(e) => setValue('functions', e.editor.getData())}
191
																onChange={(e) => setValue('functions', e.editor.getData())}
-
 
192
																onInstanceReady={(e) => e.editor.setData(initFunctions)}
192
																config={config}
193
																config={config}
193
																name="functions"
194
																name="functions"
194
															/>
195
															/>
195
														}
196
														}
196
													</div>
197
													</div>
Línea 218... Línea 219...
218
															}
219
															}
219
														</select>
220
														</select>
220
													</div>
221
													</div>
221
													<div className='col-3'>
222
													<div className='col-3'>
222
														<button
223
														<button
-
 
224
															type='button'
223
															className='btn btn-primary'
225
															className='btn btn-primary'
224
															onClick={àddCompetencies}
226
															onClick={àddCompetencies}
225
														>
227
														>
226
															Agregar Competencia
228
															Agregar Competencia
227
														</button>
229
														</button>