Browse Source

FIX: default value (#14059)

Stalary 2 years ago
parent
commit
e932f780b6

+ 1 - 1
dolphinscheduler-ui/src/views/projects/workflow/definition/components/use-form.ts

@@ -70,7 +70,7 @@ export const useForm = () => {
       dryRun: 0,
       testFlag: 0,
       version: null,
-      allLevelDependent: false
+      allLevelDependent: 'false'
     },
     saving: false,
     rules: {