Skip to content

Commit

Permalink
#1401 - turned-off metadata diff feature
Browse files Browse the repository at this point in the history
  • Loading branch information
petmongrels committed Jan 10, 2025
1 parent a04d819 commit 6bd205c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/upload/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ const Dashboard = ({ getStatuses, getUploadTypes, uploadTypes = new UploadTypes(
</Button>
</Tooltip>
</Grid>
{isMetadataDiffReviewEnabled && uploadType === staticTypesWithStaticDownload.getName("metadataZip") && file && (
<Grid item>
<Button className={classes.reviewButton} onClick={handleReviewClick}>
Review
</Button>
</Grid>
)}
{/*{isMetadataDiffReviewEnabled && uploadType === staticTypesWithStaticDownload.getName("metadataZip") && file && (*/}
{/* <Grid item>*/}
{/* <Button className={classes.reviewButton} onClick={handleReviewClick}>*/}
{/* Review*/}
{/* </Button>*/}
{/* </Grid>*/}
{/*)}*/}
<Grid container item direction="column" justifyContent="center" alignItems="flex-start" xs={8} sm={4} spacing={2}>
<Grid item>
<FileUpload canSelect={!isEmpty(uploadType)} canUpload={!isNil(file)} onSelect={selectFile} onUpload={uploadFile} />
Expand Down

0 comments on commit 6bd205c

Please sign in to comment.