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 9adcb76 commit eb7bd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SubmissionDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ class SubmissionDetails extends Component {
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>
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 eb7bd81

Please sign in to comment.