Skip to content

Commit

Permalink
handle empty globusOriginId
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-ebi committed Apr 21, 2023
1 parent 0c9ea32 commit 9adcb76
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 contacting Globus. Contact [email protected] to create a Globus and FTP directory.</strong>
</Typography>
</Grid>
}


/**
Expand Down

0 comments on commit 9adcb76

Please sign in to comment.