fix: 修复单值图表编辑框多出一个metric的bug
This commit is contained in:
@@ -1145,7 +1145,6 @@
|
|||||||
this.setIsAlertList();
|
this.setIsAlertList();
|
||||||
} else if(n.type === 'singleStat'){
|
} else if(n.type === 'singleStat'){
|
||||||
this.setIsSingleStat();
|
this.setIsSingleStat();
|
||||||
this.resetElements();
|
|
||||||
} else {
|
} else {
|
||||||
this.setIsOtherChart();
|
this.setIsOtherChart();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user