Browse Source

FIX: default value (#14059)

3.2.0-release
Stalary 2 years 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, dryRun: 0,
testFlag: 0, testFlag: 0,
version: null, version: null,
allLevelDependent: false allLevelDependent: 'false'
}, },
saving: false, saving: false,
rules: { rules: {

Loading…
Cancel
Save