change(ui) - card request clear unused key

This commit is contained in:
Shekar Siri 2023-02-03 17:00:58 +01:00 committed by Taha Yassine Kraiem
parent 3da6d36f2e
commit 6fa5d71f1d

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