Browse Source

FIX: default value (#14059)

3.2.0-release
Stalary 1 year ago committed by GitHub
parent
commit
e932f780b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/views/projects/workflow/definition/components/use-form.ts

2
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: {

Loading…
Cancel
Save