Skip to content

Commit

Permalink
Merge pull request #309 from VariantEffect/estelle/debugPopulateExper…
Browse files Browse the repository at this point in the history
…imentMetadata

This is the original code.
  • Loading branch information
EstelleDa authored Oct 24, 2024
2 parents 4f898b2 + d404156 commit 789a85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/screens/ScoreSetCreator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
filter optionLabel="title"
:options="editableExperiments"
:virtualScrollerOptions="{ itemSize: 50 }"
@option-select="populateExperimentMetadata"
@change="populateExperimentMetadata"
style="width: 100%;"
>
<template #option="slotProps">
Expand Down

0 comments on commit 789a85c

Please sign in to comment.