We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b77f2eb + a0e285b commit a017b1dCopy full SHA for a017b1d
src/apps/copilots/src/services/copilot-opportunities.ts
@@ -23,7 +23,7 @@ function copilotOpportunityFactory(data: any): CopilotOpportunity {
23
return {
24
...data,
25
...data.data,
26
- projectName: data.project.name,
+ projectName: data.project?.name,
27
}
28
29
0 commit comments