Skip to content

Commit 6d3dae3

Browse files
authored
feat: Supports tree selector (#5122)
1 parent bec74ef commit 6d3dae3

File tree

8 files changed

+546
-2
lines changed

8 files changed

+546
-2
lines changed

ui/src/components/dynamics-form/constructor/data.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ const input_type_list = [
5959
label: t('dynamicsForm.input_type_list.Model'),
6060
value: 'Model',
6161
},
62-
{
62+
{
6363
label: t('dynamicsForm.input_type_list.Knowledge'),
6464
value: 'Knowledge',
6565
},
66+
{
67+
label: t('dynamicsForm.input_type_list.TreeSelect'),
68+
value: 'TreeSelect',
69+
},
6670
]
6771
export { input_type_list }

0 commit comments

Comments
 (0)