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

This commit is contained in:
Amy0104 2022-04-12 17:04:58 +08:00 committed by GitHub
parent d18cf184c6
commit ac2e1df2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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