Skip to content

Commit 20e76f6

Browse files
added comment
1 parent cacba71 commit 20e76f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

App/frontend-app/src/components/uploadButton/uploadButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const UploadDocumentsDialog = () => {
5959

6060
try {
6161
// Simulate upload delay
62+
//File upload is significantly slower than expected, so commented out the line below.
6263
// await new Promise((resolve) => setTimeout(resolve, 2000));
6364
await importDocuments(formData); // Replace with actual upload API
6465

0 commit comments

Comments
 (0)