Skip to content

Commit

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

0 comments on commit eadda83

Please sign in to comment.