Skip to content

Commit 5678b7e

Browse files
committed
fix: install step
1 parent b622891 commit 5678b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/pages/Install/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323

2424
const Index: FC = () => {
2525
const { t } = useTranslation('translation', { keyPrefix: 'install' });
26-
const [step, setStep] = useState(4);
26+
const [step, setStep] = useState(1);
2727
const [loading, setLoading] = useState(true);
2828
const [errorData, setErrorData] = useState<{ [propName: string]: any }>({
2929
msg: '',

0 commit comments

Comments
 (0)