Attempt to fix progress meter not displaying

This commit is contained in:
Regalijan 2024-03-25 23:25:46 -04:00
parent 09fae0594e
commit 8bf794c2d2
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -309,7 +309,7 @@ export default function () {
Submit Submit
</Button> </Button>
<CircularProgress <CircularProgress
display={uploading ? undefined : "none"} display={uploading ? "" : "none"}
value={fileProgress} value={fileProgress}
> >
<CircularProgressLabel>{fileProgress}%</CircularProgressLabel> <CircularProgressLabel>{fileProgress}%</CircularProgressLabel>