We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c89113 commit 625ce9bCopy full SHA for 625ce9b
ui/src/workflow/nodes/intent-classify-node/index.ts
@@ -48,7 +48,7 @@ class IntentModel extends AppNodeModel {
48
49
if (branch_condition_list) {
50
51
- const FORM_ITEMS_HEIGHT = 543 // 上方表单占用高度
+ const FORM_ITEMS_HEIGHT = 542 // 上方表单占用高度
52
53
for (let index = 0; index < branch_condition_list.length; index++) {
54
const element = branch_condition_list[index]
0 commit comments