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.
1 parent 5f03e7a commit 2369279Copy full SHA for 2369279
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