Skip to content

Commit

Permalink
wc: add 'sampleData' to complexFields
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Jan 24, 2025
1 parent 6e7454d commit e749757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/webcomponents/variant/variant-browser-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default class VariantBrowserFilter extends LitElement {
.sample="${preparedQuery.sample}"
.config="${sampleConfig || {}}"
@filterChange="${e => onFilterChange("sample", e.detail.value)}">
</sample-genotype-filter>
</sample-genotype-filter>
`;
break;
case "individual-hpo":
Expand Down Expand Up @@ -463,6 +463,7 @@ export default class VariantBrowserFilter extends LitElement {
},
complexFields: [
{id: "sample", separator: ";"},
{id: "sampleData", separator: ","},
{id: "fileData", separator: ","},
],
hiddenFields: [],
Expand Down

0 comments on commit e749757

Please sign in to comment.