Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12734 Rev 12745
Línea 68... Línea 68...
68
		setIsShowSectionModal(false)
68
		setIsShowSectionModal(false)
69
		setSectionSelected(INITIAL_SECTION)
69
		setSectionSelected(INITIAL_SECTION)
70
	}
70
	}
Línea 71... Línea 71...
71
 
71
 
-
 
72
	const addSection = (section) => {
72
	const addSection = (section) => {
73
		console.log(section)
73
		setContent(prev => [...prev, section])
74
		setContent(prev => [...prev, section])
Línea 74... Línea 75...
74
	}
75
	}
75
 
76
 
Línea 193... Línea 194...
193
									<div className="form-group">
194
									<div className="form-group">
194
										<div className="row">
195
										<div className="row">
195
											<div className="col-xs-12 col-md-12">
196
											<div className="col-xs-12 col-md-12">
196
												<hr />
197
												<hr />
197
												<h4 style={{ fontSize: 18, fontWeight: 'bold' }}>Competencias asociadas al cargo:</h4>
198
												<h4 style={{ fontSize: 18, fontWeight: 'bold' }}>Competencias asociadas al cargo:</h4>
198
												<button className='btn btn-primary' onClick={showSectionModal}>
199
												<button className='btn btn-primary' onClick={() => showSectionModal()}>
199
                                                    Agregar sección
200
                                                    Agregar sección
200
												</button>
201
												</button>
201
												<br />
202
												<br />
202
												<div className="panel-group" id="rows-job-competencies" >
203
												<div className="panel-group" id="rows-job-competencies" >
203
													{
204
													{