Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmoose committed Dec 17, 2020
2 parents 7f4f48d + 11f8fc2 commit 9431931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/forms/area-of-interest/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const saveAreaOfInterest = createThunkAction(
}),
...(type === 'wdpa' && {
wdpaid: parseInt(adm0, 10),
geostoreDataAPI: geostoreId || (geostoreData && geostoreData.id),
}),
...(webhookUrl && {
webhookUrl,
Expand Down

0 comments on commit 9431931

Please sign in to comment.