From fd36ef47bf14be9ef864e14a0a30082981e0a2f5 Mon Sep 17 00:00:00 2001 From: shuai Date: Thu, 7 Sep 2023 11:54:58 +0800 Subject: [PATCH] fix: install init error --- ui/src/pages/Install/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/Install/index.tsx b/ui/src/pages/Install/index.tsx index 0f78e23c..4262e135 100644 --- a/ui/src/pages/Install/index.tsx +++ b/ui/src/pages/Install/index.tsx @@ -23,7 +23,7 @@ import { const Index: FC = () => { const { t } = useTranslation('translation', { keyPrefix: 'install' }); - const [step, setStep] = useState(4); + const [step, setStep] = useState(1); const [loading, setLoading] = useState(true); const [errorData, setErrorData] = useState<{ [propName: string]: any }>({ msg: '',