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