This is an automated email from the ASF dual-hosted git repository.

kerwin pushed a commit to branch 3.1.7-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.1.7-prepare by this push:
     new 05ebd409c3 [fix-11321][ui] fix create workflow contains chunjun node 
failed (#11979)
05ebd409c3 is described below

commit 05ebd409c39805d3c886b596711b7eca3daeec45
Author: 秋天 <[email protected]>
AuthorDate: Mon May 22 13:52:32 2023 +0800

    [fix-11321][ui] fix create workflow contains chunjun node failed (#11979)
---
 .../src/views/projects/task/components/node/tasks/use-chunjun.ts        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-chunjun.ts
 
b/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-chunjun.ts
index eb6dc03d71..87a1d4e0fd 100644
--- 
a/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-chunjun.ts
+++ 
b/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-chunjun.ts
@@ -45,7 +45,7 @@ export function useChunjun({
     workerGroup: 'default',
     delayTime: 0,
     timeout: 30,
-    customConfig: false,
+    customConfig: true,
     preStatements: [],
     postStatements: [],
     timeoutNotifyStrategy: ['WARN']

Reply via email to