Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15090 Rev 15098
Línea 57... Línea 57...
57
 
57
 
58
				history.goBack()
58
				history.goBack()
59
				setActionLink('')
59
				setActionLink('')
60
				dispatch(addNotification({
60
				dispatch(addNotification({
61
					style: 'success',
61
					style: 'success',
62
					msg: `Registro ${action === 'edit' ? 'actualizado' : 'añadido'}`
62
					msg: 'Registro actualizado'
63
				}))
63
				}))
64
			})
64
			})
Línea 65... Línea 65...
65
	}
65
	}
Línea 142... Línea 142...
142
														<div className="card-header">
142
														<div className="card-header">
143
															<h5>{competency.competency_name} - {competency.competency_type_name}</h5>
143
															<h5>{competency.competency_name} - {competency.competency_type_name}</h5>
144
														</div>
144
														</div>
145
														<div className="card-body">
145
														<div className="card-body">
146
															<div className="table-responsive">
146
															<div className="table-responsive">
147
																{
-
 
148
																	competency.behaviors
147
																{competency.behaviors &&
149
																	&&
-
 
150
																	competency.behaviors.map((behavior) => (
148
																	competency.behaviors.map((behavior) => (
151
																		<table key={behavior.uuid} className="table table-hover">
149
																		<table key={behavior.uuid} className="table table-hover">
152
																			<thead>
150
																			<thead>
153
																				<tr>
151
																				<tr>
154
																					<th style={{ width: '20%' }}>Conducta Observable</th>
152
																					<th style={{ width: '20%' }}>Conducta Observable</th>