Skip to content

Commit 05ebd40

Browse files
jkhhusezhuangchong
authored andcommitted
[fix-11321][ui] fix create workflow contains chunjun node failed (#11979)
1 parent 3554e75 commit 05ebd40

File tree

1 file changed

+1
-1
lines changed
  • dolphinscheduler-ui/src/views/projects/task/components/node/tasks

1 file changed

+1
-1
lines changed

dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-chunjun.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function useChunjun({
4545
workerGroup: 'default',
4646
delayTime: 0,
4747
timeout: 30,
48-
customConfig: false,
48+
customConfig: true,
4949
preStatements: [],
5050
postStatements: [],
5151
timeoutNotifyStrategy: ['WARN']

0 commit comments

Comments
 (0)