Skip to content

Commit

Permalink
fix: importing new CRM projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Koch committed Dec 17, 2024
1 parent f946016 commit 7e86829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/useCrmProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ const useCrmProjects = () => {
linkedPartnerNames: _linkedPartner,
projectAccountNames: _accountNames,
hygieneIssuesResolved: _hygieneIssuesResolved,
pipeline: _pipeline,
...project
}: CrmProject) => project)(project),
closeDate: toISODateString(project.closeDate),
Expand Down

0 comments on commit 7e86829

Please sign in to comment.