We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacba71 commit 20e76f6Copy full SHA for 20e76f6
App/frontend-app/src/components/uploadButton/uploadButton.tsx
@@ -59,6 +59,7 @@ const UploadDocumentsDialog = () => {
59
60
try {
61
// Simulate upload delay
62
+ //File upload is significantly slower than expected, so commented out the line below.
63
// await new Promise((resolve) => setTimeout(resolve, 2000));
64
await importDocuments(formData); // Replace with actual upload API
65
0 commit comments