fix(ui) - card drilldown
This commit is contained in:
parent
14f79832ae
commit
5afad675ca
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ function WidgetSessions(props: Props) {
|
|||
} else {
|
||||
debounceRequest(widget.metricId, {
|
||||
...filter,
|
||||
series: widget.series,
|
||||
series: widget.series.map(s => s.toJson()),
|
||||
page: metricStore.sessionsPage,
|
||||
limit: metricStore.sessionsPageSize,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue