diff --git a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx index 79f42612c..c62671944 100644 --- a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx +++ b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx @@ -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, });