Skip to content

Commit

Permalink
fix: moving full path to relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Oct 19, 2023
1 parent d326ed4 commit c2c0cc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/js/Shared/SpectraEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ export default {
if (this.study.datasets.length > 0) {
let urls = [];
let url =
this.url +
"/" +
username +
"/datasets/" +
Expand All @@ -545,7 +544,6 @@ export default {
? this.$page.props.team.owner.username
: this.project.owner.username;
let url =
this.url +
"/" +
username +
"/datasets/" +
Expand Down

0 comments on commit c2c0cc5

Please sign in to comment.