Skip to content

Commit

Permalink
[FIX] Address upload to brainlife URL issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Oct 23, 2023
1 parent 2ea4353 commit a4b8a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/Finalize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default defineComponent({
sendBrainlife(pipeline?: 'DWI') {
const pipelineString = pipeline ? `&pipeline=${pipeline}` : '';
window.open(`../projects#ezbids=${this.session._id}${pipelineString}`, `_brainlife.${this.session._id}`);
window.open(`https://brainlife.io/projects#ezbids=${this.session._id}${pipelineString}`, `_brainlife.${this.session._id}`);
},
sendOpenneuro() {
Expand Down

0 comments on commit a4b8a0b

Please sign in to comment.