diff --git a/src/lib/components/workflow/client-actions/reset-confirmation-modal.svelte b/src/lib/components/workflow/client-actions/reset-confirmation-modal.svelte index ac79e3e85f..65b749d10b 100644 --- a/src/lib/components/workflow/client-actions/reset-confirmation-modal.svelte +++ b/src/lib/components/workflow/client-actions/reset-confirmation-modal.svelte @@ -72,7 +72,6 @@ } finally { loading = false; } - hideResetModal(); };