mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-12 12:25:16 +08:00
[Fix][UI Next][V1.0.0-Alpha] Fix workflow duplicate key error bug (#8782)
This commit is contained in:
parent
6a02b15e40
commit
5ca886fdd1
@ -124,6 +124,7 @@ export function useTaskEdit(options: Options) {
|
||||
setNodeName(task.code + '', taskDef.name)
|
||||
return {
|
||||
...taskDef,
|
||||
version: task.version,
|
||||
code: task.code,
|
||||
taskType: currTask.value.taskType
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user