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 079030f commit 9d23168Copy full SHA for 9d23168
src/components/Agentic/IncidentDetails/AdditionalInfo/RelatedIssues/index.tsx
@@ -73,7 +73,7 @@ export const RelatedIssues = () => {
73
cell: (info) => {
74
const issue = info.getValue();
75
const insightTypeInfo = isInsightIncidentIssue(issue)
76
- ? getInsightTypeInfo(issue.insight_type)
+ ? getInsightTypeInfo(issue.issue_type)
77
: undefined;
78
79
const label = isInsightIncidentIssue(issue)
0 commit comments