fix: Issues #275 done.
This commit is contained in:
@@ -213,7 +213,7 @@ export async function uploadFailedFirst(failureType, failureMsg, failureLoc) {
|
||||
break;
|
||||
}
|
||||
await Swal.fire({
|
||||
title: 'UPLOAD FAILED',
|
||||
title: 'IMPORT FAILED',
|
||||
html: value,
|
||||
// timer: 5000, // 停留5秒後自動關閉
|
||||
showConfirmButton: false,
|
||||
@@ -250,7 +250,7 @@ export async function uploadFailedSecond(detail) {
|
||||
srt += content;
|
||||
});
|
||||
await Swal.fire({
|
||||
title: 'UPLOAD FAILED',
|
||||
title: 'IMPORT FAILED',
|
||||
html: `<div class="text-left mx-3 space-y-1"><p>Error(s) detected:</p><ul class="list-disc ml-6">${srt}</ul><p>${manySrt} Please check.</p></div>`,
|
||||
// timer: 5000, // 停留5秒後自動關閉
|
||||
showConfirmButton: false,
|
||||
|
||||
Reference in New Issue
Block a user