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

@@ -2,6 +2,9 @@
import intl from 'react-intl-universal';
export const getSetupWizardSteps = () => [
{
label: intl.get('setup.plan.plans'),
},
{
label: intl.get('setup.plan.getting_started'),
},