change(ui) - card request clear unused key

This commit is contained in:
Shekar Siri 2023-02-03 17:00:58 +01:00
parent aee0778f62
commit 2bd39b0d51

View file

@ -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) => {