fix: The workflow encountered an error in displaying data for the next node of the form node (#2182)

This commit is contained in:
shaohuzhang1 2025-02-09 21:32:41 +08:00 committed by GitHub
parent 80a700b890
commit de95b6c925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ const chatMessage = (question: string, type: 'old' | 'new', other_params_data?:
}
}
const add_answer_text_list = (answer_text_list: Array<any>) => {
answer_text_list.push({ content: '' })
answer_text_list.push([ ])
}
const openControl = (event: any) => {