diff --git a/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx b/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx
index 007b031f..a86e9a64 100644
--- a/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx
+++ b/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx
@@ -356,6 +356,8 @@ function Workspace({
await saveWorkflow.mutateAsync();
+ workflowChangesStore.setSaidOkToCodeCacheDeletion(false);
+
queryClient.invalidateQueries({
queryKey: ["cache-key-values", workflowPermanentId, cacheKey],
});
@@ -1111,6 +1113,40 @@ function Workspace({
+ {/* confirm code cache deletion dialog */}
+
+
{/* cache key value delete dialog */}