diff --git a/web/src/views/GenomicsEmbed.vue b/web/src/views/GenomicsEmbed.vue index 55e3f5f26..cdc26716a 100644 --- a/web/src/views/GenomicsEmbed.vue +++ b/web/src/views/GenomicsEmbed.vue @@ -51,7 +51,7 @@ v-for="(example, gIdx) in genomicsExamples" :key="gIdx" > -
+ +
@@ -313,7 +313,7 @@ watch( () => route.query, (newVal, oldVal) => { if (!isEqual(newVal, oldVal)) { - selectedReportType.value = props.type ? props.type : 'var'; + selectedReportType.value = newVal.type ? newVal.type : 'var'; } }, { deep: true },