We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72700a7 commit fd36ef4Copy full SHA for fd36ef4
ui/src/pages/Install/index.tsx
@@ -23,7 +23,7 @@ import {
23
24
const Index: FC = () => {
25
const { t } = useTranslation('translation', { keyPrefix: 'install' });
26
- const [step, setStep] = useState(4);
+ const [step, setStep] = useState(1);
27
const [loading, setLoading] = useState(true);
28
const [errorData, setErrorData] = useState<{ [propName: string]: any }>({
29
msg: '',
0 commit comments