fix: exclude 'A' filter from endpoint stats while navigating from all endpoints (#9937)

This commit is contained in:
Yunus M
2026-01-06 22:12:12 +05:30
committed by GitHub
parent a5ba770637
commit 7163df599b

View File

@@ -3123,7 +3123,7 @@ export const getAllEndpointsWidgetData = (
return widget;
};
const keysToRemove = ['http.url', 'url.full', 'B', 'C', 'F1'];
const keysToRemove = ['http.url', 'url.full', 'A', 'B', 'C', 'F1'];
export const getGroupByFiltersFromGroupByValues = (
rowData: any,