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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new b7fc727865 [Improvement-17061] Improvement linkis option parameters 
default show (#17136)
b7fc727865 is described below

commit b7fc727865db299b3732928a03c3aff1dbeeeab9
Author: 小可耐 <[email protected]>
AuthorDate: Fri Apr 18 16:05:10 2025 +0800

    [Improvement-17061] Improvement linkis option parameters default show 
(#17136)
---
 .../src/views/projects/task/components/node/tasks/use-linkis.ts    | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git 
a/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-linkis.ts
 
b/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-linkis.ts
index 5d27ba4d95..4d02203032 100644
--- 
a/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-linkis.ts
+++ 
b/dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-linkis.ts
@@ -48,12 +48,7 @@ export function useLinkis({
     timeout: 30,
     timeoutNotifyStrategy: ['WARN'],
     useCustom: false,
-    paramScript: [
-      {
-        prop: '',
-        value: ''
-      }
-    ],
+    paramScript: [],
     rawScript: ''
   } as INodeData)
 

Reply via email to