fix: install pages step innital

This commit is contained in:
shuai
2023-01-28 11:07:35 +08:00
parent bdaf254af1
commit d0bd2f4a98
+1 -1
View File
@@ -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: '',