fix: install init error

This commit is contained in:
shuai 2023-09-07 11:54:58 +08:00
parent 72700a7df2
commit fd36ef47bf
1 changed files with 1 additions and 1 deletions

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: '',