✨ Add back button to create account step
This commit is contained in:
@@ -24,7 +24,7 @@ export const OnboardingSteps = ({ isUpdate }: { isUpdate: boolean }) => {
|
||||
</Stepper.Step>
|
||||
)}
|
||||
<Stepper.Step label="Your account" description="Create an account">
|
||||
<StepCreateAccount next={nextStep} />
|
||||
<StepCreateAccount next={nextStep} previous={prevStep} />
|
||||
</Stepper.Step>
|
||||
<Stepper.Step label="Docker import" description="Import applications from Docker">
|
||||
<StepDockerImport next={nextStep} />
|
||||
|
||||
Reference in New Issue
Block a user