change(ui) - metric config while updating (moving back from funnel to other)
This commit is contained in:
parent
4a4cfc2089
commit
3d816053ec
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ export default class Widget {
|
|||
series: this.series.map((series: any) => series.toJson()),
|
||||
config: {
|
||||
...this.config,
|
||||
col: this.metricType === 'funnel' || this.metricOf === FilterKey.ERRORS || this.metricOf === FilterKey.SESSIONS ? 4 : this.config.col
|
||||
col: (this.metricType === 'funnel' || this.metricOf === FilterKey.ERRORS || this.metricOf === FilterKey.SESSIONS) ? 4 : 2
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue