Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11272 Rev 11275
Línea 28... Línea 28...
28
		}
28
		}
Línea 29... Línea 29...
29
 
29
 
30
		axios.post(url)
30
		axios.post(url)
31
			.then(({ data }) => {
31
			.then(({ data }) => {
32
				if (!data.success) {
32
				if (!data.success) {
33
					dispatch(addNotification({
33
					return dispatch(addNotification({
34
						style: 'danger',
34
						style: 'danger',
35
						msg: data.data
35
						msg: data.data
36
					}))
36
					}))
37
				}
37
				}