mirror of https://gitee.com/answerdev/answer.git
fix: install init step
This commit is contained in:
parent
1fd074951c
commit
4a9ad54353
|
@ -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: '',
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
slug_name: algolia
|
||||
version: 0.0.1
|
||||
link: https://github.com/answerdev/plugins/tree/main/connector/
|
||||
author: Answer.dev
|
||||
|
|
Loading…
Reference in New Issue