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