Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10462 Rev 10836
Línea 15... Línea 15...
15
	{ key: 'vacancy', label: 'Vacantes', isSorteable: true },
15
	{ key: 'vacancy', label: 'Vacantes', isSorteable: true },
16
	{ key: 'points', label: 'Evaluación', isSorteable: true },
16
	{ key: 'points', label: 'Evaluación', isSorteable: true },
17
	{ key: 'actions', label: 'Acciones', isSorteable: false }
17
	{ key: 'actions', label: 'Acciones', isSorteable: false }
18
]
18
]
Línea 19... Línea 19...
19
 
19
 
Línea 20... Línea 20...
20
const TableView = ({ table_link, permisions, vacancies, setActionLink }) => {
20
const TableView = ({ table_link, permisions, vacancies, setActionLink, actionLink }) => {
21
 
21
 
22
	const history = useHistory()
22
	const history = useHistory()
23
	const { url } = useRouteMatch()
23
	const { url } = useRouteMatch()
Línea 69... Línea 69...
69
				page: pages.current
69
				page: pages.current
70
			}
70
			}
71
		})
71
		})
72
	}, [search, dataLength, pages.current, currentVacancy])
72
	}, [search, dataLength, pages.current, currentVacancy])
Línea -... Línea 73...
-
 
73
 
-
 
74
	useEffect(() => {
-
 
75
 
-
 
76
		setActionLink(actionLink.replace('UUID_PLACEHOLDER', currentVacancy))
-
 
77
 
-
 
78
	}, [currentVacancy])
73
 
79
 
74
	return (
80
	return (
75
		<>
81
		<>
76
			<section className="content">
82
			<section className="content">
77
				<div className="container-fluid">
83
				<div className="container-fluid">