Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3661 Rev 3662
Línea 5... Línea 5...
5
 
5
 
6
export const useKnowledgeMetadata = () => {
6
export const useKnowledgeMetadata = () => {
Línea 7... Línea 7...
7
  const { showError } = useAlert();
7
  const { showError } = useAlert();
-
 
8
 
8
 
9
  const { data, loading } = useApi(getKnowledgeMetadata, {
9
  const { data, loading } = useApi(getKnowledgeMetadata, {
10
    autoFetch: true,
10
    onError: (error) => {
11
    onError: (error) => {
11
      showError(error.message);
12
      showError(error.message);