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 5f03e7a + 2369279 commit 706383aCopy full SHA for 706383a
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