You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/07/14 06:03:46 UTC

[GitHub] [dolphinscheduler] zhuangchong commented on a diff in pull request #10689: [Feature-10683][Task Plugin] Add Java Task Plugin.

zhuangchong commented on code in PR #10689:
URL: https://github.com/apache/dolphinscheduler/pull/10689#discussion_r920779818


##########
dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-main-jar.ts:
##########
@@ -26,7 +26,7 @@ export function useMainJar(model: { [field: string]: any }): IJsonItem {
   const mainJarOptions = ref([] as IMainJar[])
   const taskStore = useTaskNodeStore()
 
-  const mainJarSpan = computed(() => (model.programType === 'SQL' ? 0 : 24))
+  const mainJarSpan = computed(() => (model.programType === 'SQL' ? 0 : 24));

Review Comment:
   No need to modify here.



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org