Skip to content

Commit

Permalink
Refetch enterprise settings on window focus
Browse files Browse the repository at this point in the history
  • Loading branch information
j-chmielewski committed Aug 21, 2024
1 parent 8357c7a commit 74a7a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/AppLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const AppLoader = () => {
toaster.error(LL.messages.errorVersion());
console.error(err);
},
refetchOnWindowFocus: false,
refetchOnWindowFocus: true,
retry: false,
});
const { isLoading: settingsLoading, data: essentialSettings } = useQuery(
Expand Down

0 comments on commit 74a7a26

Please sign in to comment.