diff --git a/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx b/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx index c6a5f0ba..d431a93a 100644 --- a/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/Workspace.tsx @@ -855,6 +855,7 @@ function Workspace({ onClick={async () => { workflowChangesStore.setSaidOkToCodeCacheDeletion(true); await handleOnSave(); + workflowChangesStore.setShowConfirmCodeCacheDeletion(false); }} > Yes