mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 01:15:54 +08:00
fix: refetch funnel steps overview on clicking refresh
This commit is contained in:
parent
649ff4d35c
commit
a7baa3b841
@ -191,6 +191,11 @@ export function FunnelProvider({
|
|||||||
funnelId,
|
funnelId,
|
||||||
selectedTime,
|
selectedTime,
|
||||||
]);
|
]);
|
||||||
|
queryClient.refetchQueries([
|
||||||
|
REACT_QUERY_KEY.GET_FUNNEL_STEPS_OVERVIEW,
|
||||||
|
funnelId,
|
||||||
|
selectedTime,
|
||||||
|
]);
|
||||||
queryClient.refetchQueries([
|
queryClient.refetchQueries([
|
||||||
REACT_QUERY_KEY.GET_FUNNEL_STEPS_GRAPH_DATA,
|
REACT_QUERY_KEY.GET_FUNNEL_STEPS_GRAPH_DATA,
|
||||||
funnelId,
|
funnelId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user