Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6404 Rev 6407
Línea 34... Línea 34...
34
        if (!success) {
34
        if (!success) {
35
          addNotification({ style: 'danger', msg: `Error: ${data}` })
35
          addNotification({ style: 'danger', msg: `Error: ${data}` })
36
          setIsActive(true)
36
          setIsActive(true)
37
        }
37
        }
Línea 38... Línea 38...
38
 
38
 
39
        updateFeed({ feed: data, uuid: data.uuid })
39
        updateFeed({ feed: data, uuid: data.feed_uuid })
40
      })
40
      })
41
      .catch((err) => {
41
      .catch((err) => {
42
        addNotification({ style: 'danger', msg: `Error: ${err}` })
42
        addNotification({ style: 'danger', msg: `Error: ${err}` })
43
        setIsActive(true)
43
        setIsActive(true)