Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12712 Rev 14393
Línea 23... Línea 23...
23
	const dispatch = useDispatch()
23
	const dispatch = useDispatch()
24
	const [showDeleteModal, setShowDeleteModal] = useState(false)
24
	const [showDeleteModal, setShowDeleteModal] = useState(false)
25
	const [isShowAddModal, setIsShowAddModal] = useState(false)
25
	const [isShowAddModal, setIsShowAddModal] = useState(false)
26
	const [currentEditLink, setCurrentEditLink] = useState('')
26
	const [currentEditLink, setCurrentEditLink] = useState('')
27
	const [isShowEditModal, setIsShowEditModal] = useState(false)
27
	const [isShowEditModal, setIsShowEditModal] = useState(false)
28
	const [currentVacancy, setCurrentVacancy] = useState(vacancies[0].uuid || '')
28
	const [currentVacancy, setCurrentVacancy] = useState((vacancies.length > 0)? vacancies[0].uuid : '')
29
	const [actionLink, setActionLink] = useState('')
29
	const [actionLink, setActionLink] = useState('')
30
	const [items, setItems] = useState([])
30
	const [items, setItems] = useState([])
31
	const [total, setTotal] = useState(0)
31
	const [total, setTotal] = useState(0)
32
	const [search, setSearch] = useState('')
32
	const [search, setSearch] = useState('')
33
	const [dataLength, setDataLength] = useState(10)
33
	const [dataLength, setDataLength] = useState(10)