mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Update Upload.tsx
This commit is contained in:
@@ -100,7 +100,7 @@ export default function Upload({
|
||||
},
|
||||
);
|
||||
}
|
||||
} else if (data.status == 'STARTED') {
|
||||
} else if (data.status == 'PROGRESS') {
|
||||
setProgress(
|
||||
(progress) =>
|
||||
progress && {
|
||||
|
||||
Reference in New Issue
Block a user