We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163acfc commit 91126f1Copy full SHA for 91126f1
packages/dashboard/src/components/run-cancel-action.tsx
@@ -51,8 +51,8 @@ export function RunCancelAction({
51
workflowRunId: runId,
52
},
53
});
54
- setIsOpen(false);
55
await onCanceled?.();
+ setIsOpen(false);
56
} catch (caughtError) {
57
setError(getErrorMessage(caughtError));
58
} finally {
0 commit comments