mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 17:15:55 +08:00
chore: remove the existing filters of a step on clicking replace button
This commit is contained in:
parent
fc8767a391
commit
0096e57e22
@ -170,6 +170,10 @@ export function FunnelProvider({
|
|||||||
handleStepUpdate(index, {
|
handleStepUpdate(index, {
|
||||||
service_name: serviceName,
|
service_name: serviceName,
|
||||||
span_name: spanName,
|
span_name: spanName,
|
||||||
|
filters: {
|
||||||
|
items: [],
|
||||||
|
op: 'AND',
|
||||||
|
},
|
||||||
});
|
});
|
||||||
logEvent('Trace Funnels: span added (replaced) from trace details page', {});
|
logEvent('Trace Funnels: span added (replaced) from trace details page', {});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user