Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14394 Rev 14927
Línea 21... Línea 21...
21
 
21
 
22
	const history = useHistory()
22
	const history = useHistory()
23
	const { url } = useRouteMatch()
23
	const { url } = useRouteMatch()
24
	const dispatch = useDispatch()
24
	const dispatch = useDispatch()
25
	const [showDeleteModal, setShowDeleteModal] = useState(false)
25
	const [showDeleteModal, setShowDeleteModal] = useState(false)
26
	const [currentVacancy, setCurrentVacancy] = useState((vacancies.length > 0)? vacancies[0].uuid : '')
26
	const [currentVacancy, setCurrentVacancy] = useState((vacancies.length > 0) ? vacancies[0].uuid : '')
27
	const [deleteLink, setDeleteLink] = useState('')
27
	const [deleteLink, setDeleteLink] = useState('')
28
	const [items, setItems] = useState([])
28
	const [items, setItems] = useState([])
29
	const [total, setTotal] = useState(0)
29
	const [total, setTotal] = useState(0)
30
	const [search, setSearch] = useState('')
30
	const [search, setSearch] = useState('')
Línea 203... Línea 203...
203
																/>
203
																/>
204
															}
204
															}
205
															{
205
															{
206
																item.type === 'r'
206
																item.type === 'r'
207
																&&
207
																&&
-
 
208
																<a
208
																<a href={`/recruitment-and-selection/interview/${item.uuid}/file`} className='btn p-0'>
209
																	href={`/recruitment-and-selection/interview/${item.uuid}/file`}
-
 
210
																	className='btn p-0'
-
 
211
																	title='Cargar evaluación'
-
 
212
																>
209
																	<i className='fa fa-external-link' style={{ cursor: 'pointer' }} />
213
																	<i className='fa fa-external-link' style={{ cursor: 'pointer' }} />
210
																</a>
214
																</a>
211
															}
215
															}
212
															{
216
															{
213
																permisions.allowFile
217
																permisions.allowFile