mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-05-03 06:34:20 +08:00
Fixed abnormal message rendering caused by abnormal value of indicator name field, Supplement for PR #2030 (#2031)
This commit is contained in:
@@ -51,7 +51,7 @@ const MetricTrendChart: React.FC<Props> = ({
|
||||
instanceObj.clear();
|
||||
}
|
||||
|
||||
const valueColumnName = metricField.nameEn;
|
||||
const valueColumnName = metricField.bizName;
|
||||
const dataSource = resultList.map((item: any) => {
|
||||
return {
|
||||
...item,
|
||||
|
||||
Reference in New Issue
Block a user