fix: assign step id
This commit is contained in:
parent
a251eac032
commit
639dc36d71
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ function assignFormData(workflowData: WorkflowTemplate) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return {
|
return {
|
||||||
|
id: s.id,
|
||||||
name: s.name,
|
name: s.name,
|
||||||
// type: s.type,
|
// type: s.type,
|
||||||
value: s.value || [],
|
value: s.value || [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue