|
@@ -181,7 +181,7 @@ export default function JobStepTwo({ OutputDataForm, dagData, checkSync }) {
|
|
|
const strs = item.split(':')
|
|
|
return { dataField: strs[1], dataType: strs[2] }
|
|
|
})
|
|
|
- handleSyncData(schemas, nodes[index]?.data.input_source, index)
|
|
|
+ handleSyncData(schemas, nodes[index]?.data.output_source, index)
|
|
|
}
|
|
|
}
|
|
|
}
|