mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
show error in upload
This commit is contained in:
parent
6de29cb241
commit
51696a7019
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue