Skip to content

Commit

Permalink
Moved templates directory to data/
Browse files Browse the repository at this point in the history
  • Loading branch information
feserm committed Dec 13, 2023
1 parent 5a5b22e commit 9b55e52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/sampleloader/SampleLoad.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
async function handleApprove() {
const response = await fetch('templates/protocols/breedfides.json');
const response = await fetch('data/templates/protocols/breedfides.json');
let protocol = await response.json();
study.protocols = [...study.protocols, protocol]
Expand Down

0 comments on commit 9b55e52

Please sign in to comment.