ce onboarding current step fix (#12564)

This commit is contained in:
Rudhra Deep Biswas 2025-04-14 13:49:46 +05:30 committed by GitHub
parent 41edf99eb2
commit cfc08a4305
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ const useCEOnboardingStore = create(
// Workspace name
workspaceName: '',
currentStep: 0,
currentStep: 1,
totalSteps: 1,
accountCreated: false,