ensure dialog closes after positive cache deletion confirmation (#3664)

This commit is contained in:
Jonathan Dobson
2025-10-09 12:25:43 -04:00
committed by GitHub
parent 579ae703ca
commit dbf3b9b530

View File

@@ -855,6 +855,7 @@ function Workspace({
onClick={async () => {
workflowChangesStore.setSaidOkToCodeCacheDeletion(true);
await handleOnSave();
workflowChangesStore.setShowConfirmCodeCacheDeletion(false);
}}
>
Yes