Skip to content

Commit

Permalink
invalidates cache of tags after feature removal
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Nov 16, 2023
1 parent 8755133 commit d474869
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const DeleteModal = ({
bulkDeleteFeatureFromProject(pid, deletableFeatureIds, session)
.then(async () => {
await queryClient.invalidateQueries(['all-features', pid]);
await queryClient.invalidateQueries(['project-tags', pid]);

onDismiss();

Expand Down

0 comments on commit d474869

Please sign in to comment.