diff --git a/frontend/src/components/GenomicVariations/VariantsResults.js b/frontend/src/components/GenomicVariations/VariantsResults.js index 29325d84..9c602d43 100644 --- a/frontend/src/components/GenomicVariations/VariantsResults.js +++ b/frontend/src/components/GenomicVariations/VariantsResults.js @@ -190,7 +190,7 @@ function VariantsResults (props) { requestParameters['aminoacidChange'] = props.aminoacid2 } if (props.geneID !== '') { - requestParameters['geneId'] = props.geneID + requestParameters['gene'] = props.geneID } if (props.assemblyId !== '') { requestParameters['assemblyId'] = props.assemblyId