fix: refetch funnel steps overview on clicking refresh

This commit is contained in:
ahmadshaheer 2025-06-01 10:02:32 +04:30 committed by Shivanshu Raj Shrivastava
parent 11d75940e8
commit 2fc8bb4585
No known key found for this signature in database
GPG Key ID: D34D26C62AC3E9AE

View File

@ -191,6 +191,11 @@ export function FunnelProvider({
funnelId,
selectedTime,
]);
queryClient.refetchQueries([
REACT_QUERY_KEY.GET_FUNNEL_STEPS_OVERVIEW,
funnelId,
selectedTime,
]);
queryClient.refetchQueries([
REACT_QUERY_KEY.GET_FUNNEL_STEPS_GRAPH_DATA,
funnelId,