EricGao888 commented on code in PR #10269:
URL: https://github.com/apache/dolphinscheduler/pull/10269#discussion_r885165289


##########
dolphinscheduler-ui/src/views/projects/task/components/node/format-data.ts:
##########
@@ -315,6 +315,7 @@ export function formatParams(data: INodeData): {
   if (data.taskType === 'ZEPPELIN') {
     taskParams.noteId = data.zeppelinNoteId
     taskParams.paragraphId = data.zeppelinParagraphId
+    taskParams.parameters = data.parameters

Review Comment:
   @Amy0104 I've tested locally and it looks fine. Not sure what `tsc` mean?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to