diff --git a/datahub-web-react/src/app/ingestV2/executions/components/reporting/StructuredReportItem.tsx b/datahub-web-react/src/app/ingestV2/executions/components/reporting/StructuredReportItem.tsx index 6208c4f473..43ef2b88ce 100644 --- a/datahub-web-react/src/app/ingestV2/executions/components/reporting/StructuredReportItem.tsx +++ b/datahub-web-react/src/app/ingestV2/executions/components/reporting/StructuredReportItem.tsx @@ -47,8 +47,9 @@ export function StructuredReportItem({ item, color, textColor, icon, defaultActi return ( + {icon && } } width="100%" - isCardClickable={false} + isCardClickable > {isExpanded && ( - + e.stopPropagation()}> )}