[Cherry-Pick][Fix][UI][2.0.5] Add LIST type to the custom parameter types of task node. (#9455) (#9459)

This commit is contained in:
Amy0104 2022-04-12 17:36:43 +08:00 committed by GitHub
parent a4699d8f24
commit cfa68a73a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -209,6 +209,11 @@ const typeList = [
id: 9,
code: 'BOOLEAN',
disabled: false
},
{
id: 10,
code: 'LIST',
disabled: false
}
]