Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4830 Rev 4836
Línea 16... Línea 16...
16
 
16
 
17
        return resp.data
17
        return resp.data
Línea 18... Línea 18...
18
    }
18
    }
19
 
19
 
20
    useEffect(() => {
20
    useEffect(() => {
21
        Promise.all([getTable, getDashboard])
21
        Promise.all([getTable(), getDashboard()])
Línea 22... Línea 22...
22
            .then(resp => console.log(resp))
22
            .then(resp => console.log(resp))
23
    }, []);
23
    }, []);