Skip to content

Commit

Permalink
experiment -> experiment.value
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonf committed Nov 15, 2024
1 parent 0e7a0be commit e233055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
loading.value = true;
makeGraph('.graph');
if (experiment) {
if (experiment.value) {
fetch(`/experiments/${experiment.value}/criteria/`, {
credentials: 'include',
method: 'GET',
Expand Down

0 comments on commit e233055

Please sign in to comment.