Skip to content

Commit

Permalink
Merge pull request #33 from KPMP/develop
Browse files Browse the repository at this point in the history
Minor release to fix link to globus
  • Loading branch information
rlreamy authored Jan 13, 2022
2 parents 9c6a17c + f615512 commit 0e72a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PackageDashboard/PackageTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class PackageTable extends Component {
Cell: (info) => {
let row = info.original;
// eslint-disable-next-line
let href = 'https://app.globus.org/file-manager?origin_id=936381c8-1653-11ea-b94a-0e16720bb42f&origin_path=/PROD_INBOX/' + row[PACKAGE_INFO_PROPERTY][PACKAGE_ID];
let href = 'https://app.globus.org/file-manager?origin_id=d4560298-72ed-11ec-bdef-55fe55c2cfea&origin_path=/PROD_INBOX/' + row[PACKAGE_INFO_PROPERTY][PACKAGE_ID];
// eslint-disable-next-line
if(row[PACKAGE_INFO_PROPERTY][LARGE_FILE_UPLOAD]) {
return (
Expand Down

0 comments on commit 0e72a1c

Please sign in to comment.