Skip to content

Commit

Permalink
Merge pull request #62 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Update per
  • Loading branch information
José Luis Pereira authored and GitHub committed May 4, 2023
2 parents a0d68e3 + 84d4f46 commit 505a72b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/otus/components/Search/OtuSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ function loadOTUs(geojson) {
const payload = {
geo_json: geojson,
taxon_name_id: [props.otu.taxon_name_id],
descendants: true
descendants: true,
per: 5000
}
isLoading.value = true
Expand Down

0 comments on commit 505a72b

Please sign in to comment.