Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15382 Rev 15383
Línea 57... Línea 57...
57
									style: 'danger',
57
									style: 'danger',
58
									msg: `${key}: ${err}`
58
									msg: `${key}: ${err}`
59
								}))
59
								}))
60
							)
60
							)
61
						)
61
						)
-
 
62
					setloading(false)
62
					return
63
					return
63
				}
64
				}
64
				dispatch(addNotification({
65
				dispatch(addNotification({
65
					style: 'success',
66
					style: 'success',
66
					msg: 'Envio completado'
67
					msg: 'Envio completado'
Línea 68... Línea 69...
68
				onComplete()
69
				onComplete()
69
				setError(null)
70
				setError(null)
70
				closeModal()
71
				closeModal()
71
			})
72
			})
72
			.catch((err) => setError(err))
73
			.catch((err) => setError(err))
-
 
74
			.finally(() => setloading(false))
73
		setloading(false)
75
		setloading(false)
74
	}
76
	}
Línea 75... Línea 77...
75
 
77
 
76
	return (
78
	return (