Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14238 Rev 14239
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)}
-
 
193
																config={config}
192
																config={config}
194
																name="functions"
193
																name="functions"
195
															/>
194
															/>
196
														}
195
														}
197
													</div>
196
													</div>
Línea 210... Línea 209...
210
 
209
 
211
																	return (
210
																	return (
212
																		<option
211
																		<option
213
																			key={competency.competency_id}
212
																			key={competency.competency_id}
214
																			value={competency.competency_id}>
213
																			value={competency.competency_id}>
215
																			{`${competency_type.name} - ${competency.name}`}
214
																			{`${competency_type?.name} - ${competency.name}`}
216
																		</option>
215
																		</option>
217
																	)
216
																	)
218
																})
217
																})
219
															}
218
															}