Skip to content

Commit

Permalink
feat(plantations): add forest type 'plantations' to tree loss drivers…
Browse files Browse the repository at this point in the history
… widget
  • Loading branch information
willian-viana committed Feb 4, 2025
1 parent 2f50b2e commit 9d03e75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/widgets/forest-change/tree-loss-drivers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ export default {
],
},
settingsConfig: [
{
key: 'forestType',
label: 'Forest Type',
whitelist: ['plantations'],
type: 'select',
placeholder: 'All tree cover',
clearable: true,
},
{
key: 'tscDriverGroup',
label: 'drivers',
Expand Down

0 comments on commit 9d03e75

Please sign in to comment.