thm-p3-configurator 0.0.169 → 0.0.170
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -691,6 +691,11 @@ const usePrivateDossierByTypeAndIdQuery = _ref4 => {
|
|
|
691
691
|
} = _ref4;
|
|
692
692
|
const dossierByIdQuery = (0, _reactQuery.useQuery)([dossierType, dossierId], {
|
|
693
693
|
enabled: !!dossierId && !!dossierType,
|
|
694
|
+
cacheTime: 0,
|
|
695
|
+
staleTime: 0,
|
|
696
|
+
refetchOnMount: true,
|
|
697
|
+
refetchOnWindowFocus: true,
|
|
698
|
+
refetchOnReconnect: true,
|
|
694
699
|
queryFn: () => {
|
|
695
700
|
let dossierFetchFn;
|
|
696
701
|
|