Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6869 Rev 6883
Línea 28... Línea 28...
28
        Object.entries(vars).forEach(([key, value]) => {
28
        Object.entries(vars).forEach(([key, value]) => {
29
          const camelCaseKey = camalize(key)
29
          const camelCaseKey = camalize(key)
30
          actions[camelCaseKey] = value
30
          actions[camelCaseKey] = value
31
        })
31
        })
Línea 32... Línea 32...
32
 
32
 
33
        // dispatch(setTimelineUrl(vars.link_timeline))
33
        dispatch(setTimelineUrl(`/feed/timeline/${vars.group_uuid}/group`))
34
        setBackendVars(actions)
34
        setBackendVars(actions)
35
      })
35
      })
36
      .catch((err) => {
36
      .catch((err) => {
37
        dispatch(addNotification({ style: 'danger', msg: err }))
37
        dispatch(addNotification({ style: 'danger', msg: err }))