Skip to content

Commit 2618e19

Browse files
committed
[pinpoint-apm#12240] Fix heatmap checkedLegends
1 parent c492c68 commit 2618e19

File tree

1 file changed

+1
-1
lines changed
  • web-frontend/src/main/v3/packages/ui/src/components/Heatmap/core

1 file changed

+1
-1
lines changed

web-frontend/src/main/v3/packages/ui/src/components/Heatmap/core/HeatmapChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ const HeatmapChart = React.forwardRef(
531531
}
532532

533533
if (!failRange || Math.floor(failRange?.[1]) !== 0) {
534-
checkedLegends.push('fail');
534+
checkedLegends.push('failed');
535535
}
536536

537537
onDragEnd?.(

0 commit comments

Comments
 (0)