mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 10:45:59 +08:00
fix: refetch funnel steps overview on clicking refresh
This commit is contained in:
parent
11d75940e8
commit
2fc8bb4585
@ -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