From fa6c3fb4677c1d6469738e806b01280c03a2aa6d Mon Sep 17 00:00:00 2001 From: mintsweet <0x1304570@gmail.com> Date: Thu, 25 Apr 2024 14:13:58 +0800 Subject: [PATCH] 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 0c41ce5f2a6..2e5b79c0b5b 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, }, ], });