show error in upload

This commit is contained in:
timothycarambat 2024-11-19 09:58:16 -08:00
parent 6de29cb241
commit 51696a7019

View file

@ -111,7 +111,7 @@ function FileUploadProgressComponent({
{truncate(file.name, 30)}
</p>
<p className="text-red-100 light:text-red-600 text-xs font-medium">
{reason || "this file failed to upload"}
{error}
</p>
</div>
</div>