show new name

This commit is contained in:
2024-04-23 10:16:05 +10:00
parent f0ae8cd7ad
commit 80bc35bf4c

View File

@@ -146,7 +146,7 @@ let SM = {
Swal.fire({
icon: 'success',
title: 'Success',
html: count > 1 ? `Uploaded ${count} files successfully` : `${file.name} uploaded successfully`,
html: count > 1 ? `Uploaded ${count} files successfully` : `${response.data.name || file.name} uploaded successfully`,
showConfirmButton: false,
timer: 3000
});