mirror of https://gitee.com/answerdev/answer.git
Merge branch 'ui-v0.3' of git.backyard.segmentfault.com:opensource/answer into ui-v0.3
This commit is contained in:
commit
94e3295799
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue