From 6fa5d71f1d1888be245073d89bab0c002c0122b6 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 3 Feb 2023 17:00:58 +0100 Subject: [PATCH] change(ui) - card request clear unused key --- .../Dashboard/components/WidgetSessions/WidgetSessions.tsx | 1 + 1 file changed, 1 insertion(+) 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) => {