test: Phase two worng file upload. Done.

This commit is contained in:
chiayin
2024-01-24 16:26:59 +08:00
parent 04dec3bbd3
commit be5a7d0c4a
2 changed files with 34 additions and 23 deletions

View File

@@ -235,7 +235,7 @@ export async function uploadFailedSecond(detail) {
await Swal.fire({
title: 'UPLOAD 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秒後自動關閉
// timer: 5000, // 停留5秒後自動關閉
showConfirmButton: false,
icon: 'error',
iconColor: '#FF3366',