fix(ui) - viewtype change for sessions and jsErrors
This commit is contained in:
parent
f6160e7288
commit
6d5400275e
1 changed files with 0 additions and 2 deletions
|
|
@ -101,8 +101,6 @@ export default class MetricStore {
|
|||
merge(obj: any, updateChangeFlag: boolean = true) {
|
||||
const type = obj.metricType;
|
||||
|
||||
console.log('iobj', obj)
|
||||
|
||||
// handle metricType change
|
||||
if (obj.hasOwnProperty('metricType') && type !== this.instance.metricType) {
|
||||
this.instance.series.forEach((s: any, i: number) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue