Skip to content

Commit

Permalink
Merge pull request #295 from uselagoon/org-project-prs-field
Browse files Browse the repository at this point in the history
fix: casing causing pullrequests being set to default true
  • Loading branch information
tobybellwood authored Aug 7, 2024
2 parents bb2f855 + ea1d8e3 commit 6832d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Organizations/NewProject/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ const OrgNewProject = ({
productionEnvironment: inputProdEnv,
organization: parseInt(organizationId, 10),
addOrgOwner: addUserToProject,
...(pullRequests ? { pullRequests } : {}),
...(pullRequests ? { pullrequests: pullRequests } : {}),
...(branches ? { branches } : {}),
},
});
Expand Down

0 comments on commit 6832d7d

Please sign in to comment.