Skip to content

Commit 625ce9b

Browse files
小调整。
1 parent 9c89113 commit 625ce9b

File tree

1 file changed

+1
-1
lines changed
  • ui/src/workflow/nodes/intent-classify-node

1 file changed

+1
-1
lines changed

ui/src/workflow/nodes/intent-classify-node/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class IntentModel extends AppNodeModel {
4848

4949
if (branch_condition_list) {
5050

51-
const FORM_ITEMS_HEIGHT = 543 // 上方表单占用高度
51+
const FORM_ITEMS_HEIGHT = 542 // 上方表单占用高度
5252

5353
for (let index = 0; index < branch_condition_list.length; index++) {
5454
const element = branch_condition_list[index]

0 commit comments

Comments
 (0)