Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7033 Rev 7034
Línea 58... Línea 58...
58
  const [category, setCategory] = useState('')
58
  const [category, setCategory] = useState('')
59
  const [currentPage, setCurrentPage] = useState(1)
59
  const [currentPage, setCurrentPage] = useState(1)
60
  const [totalPages, setTotalPages] = useState(1)
60
  const [totalPages, setTotalPages] = useState(1)
61
  const [allowAdd, setAllowAdd] = useState(false)
61
  const [allowAdd, setAllowAdd] = useState(false)
62
  const [modalShow, setModalShow] = useState(null)
62
  const [modalShow, setModalShow] = useState(null)
63
  const actionUrl = useRef(null)
63
  const actionUrl = useRef('')
64
  const labels = useSelector(({ intl }) => intl.labels)
64
  const labels = useSelector(({ intl }) => intl.labels)
65
  const dispatch = useDispatch()
65
  const dispatch = useDispatch()
Línea 66... Línea 66...
66
 
66
 
67
  const getKnowledgesInfo = (search = '', page = 1, category_id = '') => {
67
  const getKnowledgesInfo = (search = '', page = 1, category_id = '') => {