From 28b2210a6a8fb6bf8adf7f0a4ece39a215b526ba Mon Sep 17 00:00:00 2001 From: Gemma Date: Thu, 22 Feb 2024 09:28:41 +0100 Subject: [PATCH] geneId example --- frontend/src/components/Layout/Layout.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/Layout/Layout.js b/frontend/src/components/Layout/Layout.js index 83e06a2..dad825c 100644 --- a/frontend/src/components/Layout/Layout.js +++ b/frontend/src/components/Layout/Layout.js @@ -325,8 +325,7 @@ function Layout (props) { } const handleGeneExample = e => { - setGeneId('EIF4A1') - setVariantType2('DEL') + setGeneId('CHR_START-DUXAP8') } useEffect(() => {