Skip to content

Commit

Permalink
fix: The workflow encountered an error in displaying data for the nex…
Browse files Browse the repository at this point in the history
…t node of the form node (#2182)
  • Loading branch information
shaohuzhang1 authored Feb 9, 2025
1 parent 80a700b commit de95b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit de95b6c

Please sign in to comment.