Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 24, 2024
1 parent 4718d8e commit c3d71ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/seqvars/components/QueryEditor/QueryEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import {
SeqvarsQueryPresetsQuality,
SeqvarsQueryPresetsSetVersionDetails,
} from '@varfish-org/varfish-api/lib'
import { isDeepEqual } from 'remeda'
import { computed, ref, toRaw, watch } from 'vue'
import { computed, ref, watch } from 'vue'
import { useCaseRetrieveQuery } from '@/cases/queries/cases'
import { PedigreeObj } from '@/cases/stores/caseDetails'
Expand Down Expand Up @@ -482,8 +481,6 @@ watch(
/** Whether the recessive mode collapsible group for genotype is opend. */
const collapsibleGroupOpenGenotype = ref<boolean>(true)
/** Whether the recessive mode collapsible group for genotype is opend. */
const collapsibleGroupOpenColumns = ref<boolean>(true)
/** Whether the collapsible group for the given ID is opened. */
const collapsibleGroupOpenGeneric = ref<Record<QueryKey, boolean>>({
frequency: true,
Expand Down

0 comments on commit c3d71ca

Please sign in to comment.