From dbf3b9b530132a52dd53fff0e0c8125552e7faa2 Mon Sep 17 00:00:00 2001 From: Jonathan Dobson Date: Thu, 9 Oct 2025 12:25:43 -0400 Subject: [PATCH] ensure dialog closes after positive cache deletion confirmation (#3664) --- skyvern-frontend/src/routes/workflows/editor/Workspace.tsx | 1 + 1 file changed, 1 insertion(+) 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