fix: register wizard steps component.

This commit is contained in:
Ahmed Bouhuolia
2020-10-10 17:04:51 +02:00
parent b8060010d6
commit 8622320eef
3 changed files with 40 additions and 25 deletions

View File

@@ -0,0 +1,16 @@
export const registerWizardSteps = [
{
label: 'organization_register',
},
{
label: 'payment_or_trial',
},
{
label: 'getting_started',
},
{
label: 'initializing',
},
];