Skip to content

Commit

Permalink
Fix a small merge error.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed May 22, 2024
1 parent 70220fa commit a83d7d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/FlatmapVuer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -328,12 +328,12 @@
/>
<selections-group
v-if="!isFC && taxonConnectivity && taxonConnectivity.length > 0"
title="Observed in"
title="Studied in"
labelKey="label"
identifierKey="taxon"
:selections="taxonConnectivity"
@changed="taxonsSelected"
@checkboxMouseEnter="checkboxMouseEnterEmitted"
@checkboxMouseEnter="taxonMouseEnterEmitted"
@selections-data-changed="onSelectionsDataChanged"
@checkAll="checkAllTaxons"
ref="taxonSelection"
Expand Down Expand Up @@ -970,7 +970,7 @@ export default {
},
/**
* @vuese
* Function to show or hide connectivity features observed in particular species
* Function to show or hide connectivity features studied in particular species
* by providing ``{taxonId, true/false}`` in ``payload.key, payload.value``.
* @arg payload
*/
Expand All @@ -997,7 +997,7 @@ export default {
},
/**
* @vuese
* Function to show or hide connectivity features observed in particular species
* Function to show or hide connectivity features studied in particular species
* by providing ``payload`` with ``payload.keys`` array and ``payload.value`` flag.
* @arg payload
*/
Expand Down

0 comments on commit a83d7d3

Please sign in to comment.