Merge branch 'ui-v0.3' into 'test'

fix: install step change

See merge request opensource/answer!213
This commit is contained in:
Li Shuailing 2022-11-10 02:08:59 +00:00
commit 5ddc851332
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);
}
};