Skip to content

Commit

Permalink
return invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Nov 13, 2024
1 parent 4d2d17f commit a1730a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useConfirmChanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const useConfirmChanges = ({

const closePreviewModal = () => {
setIsPreviewModalOpened(false);
queryClient.resetQueries(BULK_OPERATION_DETAILS_KEY);
};

const confirmChanges = (payload) => {
Expand Down

0 comments on commit a1730a6

Please sign in to comment.