Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Update src/routes/studies/index.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Helmer <rhelmer@rhelmer.org>
  • Loading branch information
thomik-corp and rhelmer authored Apr 11, 2022
1 parent fd8bfd9 commit bd0bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/studies/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
throw new Error(`Study with id: ${studyId} not found.`);
}
window.open(study.downloadLink);
window.open(study.downloadLink, "_blank");
store.updateStudyEnrollment(studyId, true);
notifications.send({ code: "SUCCESSFULLY_JOINED_STUDY" });
Expand Down

0 comments on commit bd0bc43

Please sign in to comment.