Skip to content

Commit

Permalink
Merge pull request #164 from Vizzuality/fix/project-fields
Browse files Browse the repository at this point in the history
missing fields
  • Loading branch information
mluena authored Oct 24, 2024
2 parents 050012c + 1e1bae2 commit 710a9dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/src/containers/projects/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ const ProjectPopup = () => {
funding: {
fields: ["name"],
},
objective: {
fields: ["name"],
},
organization_type: {
fields: ["name"],
},
source_country: {
fields: ["name"],
},
},
},
{
Expand Down

0 comments on commit 710a9dd

Please sign in to comment.