website refactor
This commit is contained in:
@@ -15,6 +15,8 @@ export function useLeagueSettings(
|
||||
queryKey: ['leagueSettings', leagueId],
|
||||
queryFn: () => leagueSettingsService.getLeagueSettings(leagueId),
|
||||
enabled: !!leagueId,
|
||||
retry: false,
|
||||
refetchOnWindowFocus: false,
|
||||
...options,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user