diff --git a/app/layout/project/sidebar/project/inventory-panel/features/modals/delete/index.tsx b/app/layout/project/sidebar/project/inventory-panel/features/modals/delete/index.tsx index 4073ca02f8..7eb51710b4 100644 --- a/app/layout/project/sidebar/project/inventory-panel/features/modals/delete/index.tsx +++ b/app/layout/project/sidebar/project/inventory-panel/features/modals/delete/index.tsx @@ -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();