Skip to content

Commit

Permalink
Update Upload.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Mar 27, 2023
1 parent 0ed45f8 commit 87ad9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/upload/Upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function Upload({
},
);
}
} else if (data.status == 'STARTED') {
} else if (data.status == 'PROGRESS') {
setProgress(
(progress) =>
progress && {
Expand Down

0 comments on commit 87ad9a3

Please sign in to comment.