Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5154 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5154 Rev 5330
Línea 23... Línea 23...
23
  }, [currentPage, search])
23
  }, [currentPage, search])
Línea 24... Línea 24...
24
 
24
 
25
  const fetchMyConnections = async (search = '', page = 1) => {
25
  const fetchMyConnections = async (search = '', page = 1) => {
Línea 26... Línea 26...
26
    setLoading(true)
26
    setLoading(true)
Línea 27... Línea 27...
27
 
27
 
28
    const response = await searchEntities('connection/invitations-received', search, page)
28
    const response = await searchEntities('connection/my-connections', search, page)
29
 
29
 
30
    if (!response.success) {
30
    if (!response.success) {