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 e932f780b6 FIX: default value (#14059)
e932f780b6 is described below

commit e932f780b6a4991354f1f12aa5ad6aebbcd1a95b
Author: Stalary <[email protected]>
AuthorDate: Fri May 5 21:57:48 2023 +0800

    FIX: default value (#14059)
---
 .../src/views/projects/workflow/definition/components/use-form.ts       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-ui/src/views/projects/workflow/definition/components/use-form.ts
 
b/dolphinscheduler-ui/src/views/projects/workflow/definition/components/use-form.ts
index 07133267e6..aa07d9ad83 100644
--- 
a/dolphinscheduler-ui/src/views/projects/workflow/definition/components/use-form.ts
+++ 
b/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: {

Reply via email to