Skip to content

Commit 8627e35

Browse files
authored
[frontend] Remove "Manual Check Form" item from the menu. (#306)
1 parent 43d7776 commit 8627e35

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_en.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"type": "intelligentFormNodeState",
19-
"name": "Intelligent Form",
19+
"name": "Form",
2020
"uniqueName": ""
2121
},
2222
{
@@ -73,10 +73,5 @@
7373
"type": "parallelNodeState",
7474
"name": "Parallel",
7575
"uniqueName": ""
76-
},
77-
{
78-
"type": "manualCheckNodeState",
79-
"name": "Manual Form",
80-
"uniqueName": ""
8176
}
8277
]

app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_zh.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"type": "intelligentFormNodeState",
19-
"name": "智能编排表单",
19+
"name": "表单",
2020
"uniqueName": ""
2121
},
2222
{
@@ -73,10 +73,5 @@
7373
"type": "parallelNodeState",
7474
"name": "并行",
7575
"uniqueName": ""
76-
},
77-
{
78-
"type": "manualCheckNodeState",
79-
"name": "人工表单",
80-
"uniqueName": ""
8176
}
8277
]

0 commit comments

Comments
 (0)