Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3272 Rev 3273
Línea 47... Línea 47...
47
      dispatch(addNotification({ style: 'success', msg: 'Imagen actualizada' }))
47
      dispatch(addNotification({ style: 'success', msg: 'Imagen actualizada' }))
48
      onComplete(newImage)
48
      onComplete(newImage)
49
      reset()
49
      reset()
50
      onClose()
50
      onClose()
51
    } catch (error) {
51
    } catch (error) {
52
      dispatch(addNotification({ style: 'error', msg: error.message }))
52
      dispatch(addNotification({ style: 'danger', msg: error.message }))
53
    }
53
    }
54
  })
54
  })
Línea 55... Línea 55...
55
 
55
 
56
  return (
56
  return (