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

This commit is contained in:
a.bouhuolia
2023-03-04 23:08:02 +02:00
parent 57e3f68219
commit 0c1bf302e5
6 changed files with 4 additions and 23 deletions

View File

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