This is an automated email from the ASF dual-hosted git repository.

mintsweet pushed a commit to branch feat-7371
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit fa6c3fb4677c1d6469738e806b01280c03a2aa6d
Author: mintsweet <[email protected]>
AuthorDate: Thu Apr 25 14:13:58 2024 +0800

    feat: enable dora when onboarding progress
---
 config-ui/src/routes/onboard/step-3.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/routes/onboard/step-3.tsx 
b/config-ui/src/routes/onboard/step-3.tsx
index 0c41ce5f2..2e5b79c0b 100644
--- a/config-ui/src/routes/onboard/step-3.tsx
+++ b/config-ui/src/routes/onboard/step-3.tsx
@@ -64,7 +64,7 @@ export const Step3 = () => {
             {
               pluginName: 'dora',
               pluginOption: '',
-              enable: false,
+              enable: true,
             },
           ],
         });

Reply via email to