change(ui) - card request clear unused key
This commit is contained in:
parent
3da6d36f2e
commit
6fa5d71f1d
1 changed files with 1 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue