fix: The workflow encountered an error in displaying data for the next node of the form node (#2182)
This commit is contained in:
parent
80a700b890
commit
de95b6c925
@ -82,7 +82,7 @@ const chatMessage = (question: string, type: 'old' | 'new', other_params_data?:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
const add_answer_text_list = (answer_text_list: Array<any>) => {
|
const add_answer_text_list = (answer_text_list: Array<any>) => {
|
||||||
answer_text_list.push({ content: '' })
|
answer_text_list.push([ ])
|
||||||
}
|
}
|
||||||
|
|
||||||
const openControl = (event: any) => {
|
const openControl = (event: any) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user