fix: install init step

This commit is contained in:
shuai 2023-09-07 11:53:59 +08:00
parent 1fd074951c
commit 4a9ad54353
2 changed files with 1 additions and 2 deletions

View File

@ -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: '',

View File

@ -1,4 +1,3 @@
slug_name: algolia
version: 0.0.1
link: https://github.com/answerdev/plugins/tree/main/connector/
author: Answer.dev