|
|
|
@ -154,6 +154,7 @@ export function useMarriageProfileQuery<TData = MarriageProfileResponse>( |
|
|
|
|
|
|
|
const query = useQuery({ |
|
|
|
staleTime: 30 * 1000, |
|
|
|
refetchOnMount: "always", |
|
|
|
refetchOnWindowFocus: false, |
|
|
|
initialData: getInitialMarriageProfile as any, |
|
|
|
initialDataUpdatedAt: 0, |
|
|
|
|