Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 651 Rev 655
Línea 57... Línea 57...
57
 
57
 
58
        setEntities(data.current.items)
58
        setEntities(data.current.items)
59
        setPages(data.total.pages)
59
        setPages(data.total.pages)
60
      })
60
      })
61
      .catch((err) => {
61
      .catch((err) => {
62
        dispatch(addNotification({ style: 'danger', msg: err }))
62
        dispatch(addNotification({ style: 'danger', msg: err.message }))
63
      })
63
      })
64
      .finally(() => setLoading(false))
64
      .finally(() => setLoading(false))
Línea 65... Línea 65...
65
  }
65
  }