Skip to content

Commit

Permalink
omit retry to avoid to run this query forever
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Dec 21, 2023
1 parent eadda83 commit 5d83f0f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export const useGetFeatureIds = (alertIds: string[], enabled: boolean) => {
},
{
select: transformResponseToFeatureIds,
retry: true,
enabled,
onError: (error: ServerError) => {
showErrorToast(error, { title: i18n.ERROR_TITLE });
Expand Down

0 comments on commit 5d83f0f

Please sign in to comment.