Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11275 Rev 11911
Línea 33... Línea 33...
33
					return dispatch(addNotification({
33
					return dispatch(addNotification({
34
						style: 'danger',
34
						style: 'danger',
35
						msg: data.data
35
						msg: data.data
36
					}))
36
					}))
37
				}
37
				}
-
 
38
				
38
				action && dispatch(action())
39
				action && dispatch(action())
39
				onComplete && onComplete()
40
				onComplete && onComplete()
Línea 40... Línea 41...
40
 
41
 
41
				closeModal()
42
				closeModal()
42
 
43
				
43
				dispatch(addNotification({
44
				dispatch(addNotification({
44
					style: 'success',
45
					style: 'success',
45
					msg: message ? message : 'Se ha eliminado con exito'
46
					msg: message ? message : 'Se ha eliminado con exito'
46
				}))
47
				}))