Skip to content

Commit 60a7066

Browse files
committed
fix for comparison
1 parent 8ed7688 commit 60a7066

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugins/apm/public/components/app/service_overview/service_overview_errors_table

1 file changed

+2
-1
lines changed

x-pack/plugins/apm/public/components/app/service_overview/service_overview_errors_table/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ export function ServiceOverviewErrorsTable({ serviceName }: Props) {
115115
params: {
116116
path: { serviceName },
117117
query: {
118+
environment,
119+
kuery,
118120
start,
119121
end,
120-
uiFilters: JSON.stringify(uiFilters),
121122
numBuckets: 20,
122123
transactionType,
123124
groupIds,

0 commit comments

Comments
 (0)