fix(ui) - viewtype change for sessions and jsErrors

This commit is contained in:
Shekar Siri 2023-02-06 17:32:47 +01:00
parent 822b2c27a2
commit ac0782cc0e

View file

@ -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) => {