Urgent correction of version v1.0.0-beta.14 due to crash issues when acting on the CDN.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
We would like to apologize for the inconvenience caused and we would like to thank you for the quick report.
This commit is contained in:
@@ -83,6 +83,8 @@
|
||||
return;
|
||||
}
|
||||
|
||||
const originalFileName = file.name;
|
||||
|
||||
const expiryDate = document.getElementById('expiryDate').value;
|
||||
const password = document.getElementById('password').value;
|
||||
const formData = new FormData();
|
||||
@@ -105,7 +107,7 @@
|
||||
Swal.fire({
|
||||
position: 'top',
|
||||
icon: 'success',
|
||||
title: 'Votre fichier a été téléchargé avec succès.',
|
||||
title: `Votre fichier ${originalFileName} a été téléchargé avec succès.`,
|
||||
showConfirmButton: false,
|
||||
timer: 1800,
|
||||
toast: true,
|
||||
|
||||
Reference in New Issue
Block a user