Amy0104 commented on code in PR #10269:
URL: https://github.com/apache/dolphinscheduler/pull/10269#discussion_r885170826
##########
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:
I have checked the code, and this is ok for the tsc. Sorry, I have confused
you.
<img width="649" alt="image"
src="https://user-images.githubusercontent.com/97265214/171085817-6e1d3b6c-dc9b-421e-8f86-050326b675ff.png">
--
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]