fix: assign step id

This commit is contained in:
puriphatt 2024-10-28 16:18:35 +07:00
parent a251eac032
commit 639dc36d71

View file

@ -201,6 +201,7 @@ function assignFormData(workflowData: WorkflowTemplate) {
});
});
return {
id: s.id,
name: s.name,
// type: s.type,
value: s.value || [],