mirror of https://gitee.com/answerdev/answer.git
fix: install init error
This commit is contained in:
parent
72700a7df2
commit
fd36ef47bf
|
@ -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: '',
|
||||
|
|
Loading…
Reference in New Issue