Revert "feat(webapp): deprecate the subscription step in onboarding process"

This reverts commit 0c1bf302e5.
This commit is contained in:
Ahmed Bouhuolia
2024-04-13 14:07:32 +02:00
parent dc52fb1de5
commit bddfde4138
6 changed files with 23 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ export default function WizardSetupSteps({ currentStep = 1 }) {
<WizardSetupStep
label={step.label}
isActive={index + 1 === currentStep}
key={index}
/>
))}
</ul>