Skip to content

Commit b7fc727

Browse files
authored
[Improvement-17061] Improvement linkis option parameters default show (#17136)
1 parent 457dafe commit b7fc727

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

  • dolphinscheduler-ui/src/views/projects/task/components/node/tasks

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,7 @@ export function useLinkis({
4848
timeout: 30,
4949
timeoutNotifyStrategy: ['WARN'],
5050
useCustom: false,
51-
paramScript: [
52-
{
53-
prop: '',
54-
value: ''
55-
}
56-
],
51+
paramScript: [],
5752
rawScript: ''
5853
} as INodeData)
5954

0 commit comments

Comments
 (0)