Skip to content

Commit

Permalink
wc: Add some descriptions to variant browser filters #TASK-7216 #TASK…
Browse files Browse the repository at this point in the history
…-7100
  • Loading branch information
jmjuanes committed Jan 17, 2025
1 parent b2fc1dd commit cdaa601
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/webcomponents/variant/variant-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ export default class VariantBrowser extends LitElement {
{
id: "variant",
title: "Variant ID",
description: "Introduce a comma separated list of variant IDs. Example: 11:66923381:-:A",
tooltip: tooltips.variant
},
{
Expand All @@ -531,7 +532,8 @@ export default class VariantBrowser extends LitElement {
},
{
id: "feature",
title: "Feature IDs (gene, SNPs...)",
title: "Feature IDs",
description: "Select a feature from the list (gene, SNP, etc.)",
tooltip: tooltips.feature
},
{
Expand Down

0 comments on commit cdaa601

Please sign in to comment.