From 0096e57e226b5b93acaea409c4e6d97b2b63e01a Mon Sep 17 00:00:00 2001 From: ahmadshaheer Date: Sun, 1 Jun 2025 16:25:05 +0430 Subject: [PATCH] chore: remove the existing filters of a step on clicking replace button --- frontend/src/pages/TracesFunnels/FunnelContext.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/pages/TracesFunnels/FunnelContext.tsx b/frontend/src/pages/TracesFunnels/FunnelContext.tsx index 63d197445e..423f339668 100644 --- a/frontend/src/pages/TracesFunnels/FunnelContext.tsx +++ b/frontend/src/pages/TracesFunnels/FunnelContext.tsx @@ -170,6 +170,10 @@ export function FunnelProvider({ handleStepUpdate(index, { service_name: serviceName, span_name: spanName, + filters: { + items: [], + op: 'AND', + }, }); logEvent('Trace Funnels: span added (replaced) from trace details page', {}); },