Changed fetch response.
This commit is contained in:
@@ -72,7 +72,7 @@ export function MetricsTable({
|
||||
return filter(arr);
|
||||
}, items);
|
||||
} else {
|
||||
items = dataFilter(data);
|
||||
items = dataFilter(items);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user