diff --git a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx index 3c7f6aacb..4052e7a7e 100644 --- a/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx +++ b/frontend/app/components/Dashboard/components/WidgetSessions/WidgetSessions.tsx @@ -42,6 +42,7 @@ function WidgetSessions(props: Props) { const fetchSessions = (metricId: any, filter: any) => { if (!isMounted()) return; setLoading(true); + delete filter.eventsOrderSupport; widget .fetchSessions(metricId, filter) .then((res: any) => {