mirror of
https://github.com/langgenius/dify.git
synced 2026-03-11 18:27:50 +08:00
fix: copy button stays disabled after Human Input node pause/resume (#32662)
Co-authored-by: User <user@example.com>
This commit is contained in:
@ -551,6 +551,7 @@ const Result: FC<IResultProps> = ({
|
||||
}))
|
||||
},
|
||||
onWorkflowPaused: ({ data: workflowPausedData }) => {
|
||||
tempMessageId = workflowPausedData.workflow_run_id
|
||||
const url = `/workflow/${workflowPausedData.workflow_run_id}/events`
|
||||
sseGet(
|
||||
url,
|
||||
|
||||
Reference in New Issue
Block a user