diff --git a/.env.example b/.env.example index ad992691..816a975f 100644 --- a/.env.example +++ b/.env.example @@ -32,6 +32,7 @@ VITE_USE_QUERY_TEMPLATE=true VITE_API=true VITE_DISCOVER=true VITE_DASHBOARD=true +VITE_ENABLE_SAMPLE_ID_CHECKBOX=true # VITE_AUTH_PROVIDER_MODULE is the prefix for any authorization providers you want to use. # We currently support 3 types of authorization providers: AUTH0, Gen3 FENCE, and RAS. diff --git a/.env.test b/.env.test index f21e6526..8d1835e0 100644 --- a/.env.test +++ b/.env.test @@ -23,6 +23,7 @@ VITE_DISCOVER=true VITE_DASHBOARD=true VITE_ENABLE_SNP_QUERY=true VITE_ENABLE_GENE_QUERY=true +VITE_ENABLE_SAMPLE_ID_CHECKBOX=true # VITE_AUTH_PROVIDER_MODULE is the prefix for any authorization providers you want to use. # We currently support 3 types of authorization providers: AUTH0, Gen3 FENCE, and RAS. diff --git a/src/lib/components/explorer/export/ExportStepper.svelte b/src/lib/components/explorer/export/ExportStepper.svelte index 8fc0a7a3..a74379b7 100644 --- a/src/lib/components/explorer/export/ExportStepper.svelte +++ b/src/lib/components/explorer/export/ExportStepper.svelte @@ -1,5 +1,6 @@