Skip to content

Commit

Permalink
Merge pull request #353 from EBISPOT/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ala-ebi authored Apr 21, 2023
2 parents fed7dbf + eb7bd81 commit 3e9379e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/SubmissionDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1467,6 +1467,14 @@ class SubmissionDetails extends Component {
</Typography>
</Grid>
}
if (!globusOriginId) {
upload_files_to_globus_step =
<Grid item container xs={12}>
<Typography className={classes.stepTextStyle} style={{color: 'red'}} >
1 - <strong>Error encountered when creating Globus Folder. Contact [email protected] to create a Globus and FTP directory.</strong>
</Typography>
</Grid>
}


/**
Expand Down

0 comments on commit 3e9379e

Please sign in to comment.