Skip to content

Commit

Permalink
fix merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Aug 22, 2023
1 parent b45227c commit 630391b
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions frontend/src/pages/explore/TabPhenotypeExplorer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

<!-- set B -->
<AppFlex gap="small">
<strong>... to these phenotypes</strong>
<!-- <AppSelectSingle
<strong>... to</strong>
<AppSelectSingle
v-model="bMode"
name="Second set mode"
:options="bModeOptions"
Expand All @@ -35,7 +35,7 @@
v-model="bTaxon"
name="Second set taxon"
:options="bTaxonOptions"
/> -->
/>
</AppFlex>

<AppSelectTags
Expand Down Expand Up @@ -111,14 +111,9 @@
import { onMounted, ref, watch } from "vue";
import { isEqual } from "lodash";
import { mountPhenogrid } from "@/api/phenogrid";
import {
compareSetToSet,
// compareSetToTaxon,
getPhenotypes,
} from "@/api/phenotype-explorer";
import { compareSetToSet, getPhenotypes } from "@/api/phenotype-explorer";
import AppAlert from "@/components/AppAlert.vue";
import AppRing from "@/components/AppRing.vue";
// import AppSelectSingle from "@/components/AppSelectSingle.vue";
import type { Option, Options } from "@/components/AppSelectTags.vue";
import AppSelectTags from "@/components/AppSelectTags.vue";
import { snackbar } from "@/components/TheSnackbar.vue";
Expand Down

0 comments on commit 630391b

Please sign in to comment.