Skip to content

Commit

Permalink
ALS-7849: Update terra hostname to bdc instance (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 authored Nov 20, 2024
1 parent 11680f5 commit d47997c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/explorer/export/ExportStepper.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@
exportLoading = true;
let signedUrl = await getSignedUrl();
window.open(
'https://app.terra.bio/#import-data?format=pfb&url=' + encodeURIComponent(signedUrl),
'https://terra.biodatacatalyst.nhlbi.nih.gov/#import-data?format=pfb&url=' +
encodeURIComponent(signedUrl),
);
exportLoading = false;
}
Expand Down

0 comments on commit d47997c

Please sign in to comment.