Merge branch 'file-upload' into collection-ops
This commit is contained in:
commit
e3c1b412e5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export default function UploadProgress({ fileCounter, uploadStage, now, ...props
|
|||
</Modal.Title>
|
||||
</Modal.Header>
|
||||
<Modal.Body>
|
||||
{now == 100 ? (
|
||||
{now === 100 ? (
|
||||
<Alert variant='success'>Upload Completed</Alert>
|
||||
) : (
|
||||
<>
|
||||
|
|
Loading…
Add table
Reference in a new issue