Changed fetch response.

This commit is contained in:
Mike Cao 2025-02-08 23:38:21 -08:00
parent 7a0575e33a
commit 26463973cb
8 changed files with 36 additions and 13 deletions

View file

@ -72,7 +72,7 @@ export function MetricsTable({
return filter(arr);
}, items);
} else {
items = dataFilter(data);
items = dataFilter(items);
}
}