Skip to content

Commit

Permalink
ARTESCA-12109: Empty bucket doesn't work when switching bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYanJin committed Apr 17, 2024
1 parent e7562b2 commit effaf47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/react/ui-elements/EmptyBucket/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,8 @@ export const EmptyBucket = ({ bucketName }: EmptyBucketProps) => {
isInfinite: true,
}),
refetchOnWindowFocus: false,
refetchOnMount: false,
refetchOnMount: true,
refetchOnReconnect: false,
staleTime: Infinity,
},
(data) => createDeleteObjectsData(data.DeleteMarkers, data.Versions),
);
Expand Down

0 comments on commit effaf47

Please sign in to comment.