fix: install step change

This commit is contained in:
shuai 2022-11-10 10:03:19 +08:00
parent 80f00d41fe
commit 74bc30c9bd
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ const Index: FC = () => {
if (tableExist) {
setStep(7);
} else {
setStep(2);
setStep(4);
}
};