Leo %!s(int64=2) %!d(string=hai) anos
pai
achega
a6cc381c19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/module/workmgmt/component/JobStepThree.jsx

+ 1 - 1
src/module/workmgmt/component/JobStepThree.jsx

@@ -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)
       }
     }
   }