Skip to content

Commit

Permalink
show error in upload
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Nov 19, 2024
1 parent 6de29cb commit 51696a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 51696a7

Please sign in to comment.