Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15224 Rev 15382
Línea 59... Línea 59...
59
								}))
59
								}))
60
							)
60
							)
61
						)
61
						)
62
					return
62
					return
63
				}
63
				}
64
 
-
 
65
 
-
 
66
				dispatch(addNotification({
64
				dispatch(addNotification({
67
					style: 'success',
65
					style: 'success',
68
					msg: 'Envio completado'
66
					msg: 'Envio completado'
69
				}))
67
				}))
70
				onComplete()
68
				onComplete()
71
				setError(null)
69
				setError(null)
72
				closeModal()
70
				closeModal()
73
			})
71
			})
74
			.catch((err) => setError(err))
72
			.catch((err) => setError(err))
75
			.finally(() => setloading(false))
73
		setloading(false)
76
	}
74
	}
Línea 77... Línea 75...
77
 
75
 
78
	return (
76
	return (
79
		<Modal size="lg" show onHide={closeModal}>
77
		<Modal size="lg" show onHide={closeModal}>