Skip to content

Commit

Permalink
Update per
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed May 4, 2023
1 parent b0bd639 commit 84d4f46
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 84d4f46

Please sign in to comment.