Skip to content

Commit

Permalink
fix casing causing pullrequests being set to default true
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Aug 7, 2024
1 parent bb2f855 commit ea1d8e3
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 ea1d8e3

Please sign in to comment.