mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 12:17:43 +08:00
[Fix][UI][2.0.5] Add LIST type to the custom parameter types of task node. (#9455)
This commit is contained in:
parent
d18cf184c6
commit
ac2e1df2bf
@ -209,6 +209,11 @@ const typeList = [
|
|||||||
id: 9,
|
id: 9,
|
||||||
code: 'BOOLEAN',
|
code: 'BOOLEAN',
|
||||||
disabled: false
|
disabled: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 10,
|
||||||
|
code: 'LIST',
|
||||||
|
disabled: false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user