feat(ui): add prompt message during workflow running

This commit is contained in:
Fu Diwei
2025-01-11 16:51:21 +08:00
parent 598d0705fb
commit d9f38c38a6
3 changed files with 3 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ const WorkflowDetail = () => {
await runWorkflow(workflowId!);
messageApi.success(t("common.text.operation_succeeded"));
messageApi.info(t("workflow.detail.orchestration.action.run.prompt"));
} catch (err) {
setIsRunning(false);
unsubscribeFn?.();