Skip to content

Commit

Permalink
Remove placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelemme committed Nov 27, 2024
1 parent da4012a commit 05c3965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const useFetchAlertsFieldsQuery = (
return useQuery({
queryKey: queryKeyPrefix.concat(featureIds),
queryFn: () => fetchAlertsFields({ http, featureIds: validFeatureIds }),
placeholderData: { browserFields: {}, fields: [] },
// placeholderData: { browserFields: {}, fields: [] },
staleTime: 60 * 1000,
refetchOnWindowFocus: false,
...options,
Expand Down

0 comments on commit 05c3965

Please sign in to comment.