Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into r…
Browse files Browse the repository at this point in the history
…ender
  • Loading branch information
timothycarambat committed Nov 19, 2024
2 parents e06f330 + 444c179 commit 130e391
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ function FileUploadProgressComponent({
}

// Begin fadeout timer to clear uploader queue.
// setTimeout(() => {
// fadeOut(() => setTimeout(() => beginFadeOut(), 300));
// }, 5000);
setTimeout(() => {
fadeOut(() => setTimeout(() => beginFadeOut(), 300));
}, 5000);
}
!!file && !rejected && uploadFile();
}, []);
Expand Down 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 130e391

Please sign in to comment.