Merge branch 'ui-v0.3' of git.backyard.segmentfault.com:opensource/answer into ui-v0.3

This commit is contained in:
haitao(lj) 2022-11-10 11:19:31 +08:00
commit 94e3295799
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ const Index: FC = () => {
errorMsg: '',
},
db_file: {
value: '',
value: '/data/answer.db',
isInvalid: false,
errorMsg: '',
},
@ -203,7 +203,7 @@ const Index: FC = () => {
if (tableExist) {
setStep(7);
} else {
setStep(2);
setStep(4);
}
};