mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
ce onboarding current step fix (#12564)
This commit is contained in:
parent
41edf99eb2
commit
cfc08a4305
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const useCEOnboardingStore = create(
|
|||
// Workspace name
|
||||
workspaceName: '',
|
||||
|
||||
currentStep: 0,
|
||||
currentStep: 1,
|
||||
totalSteps: 1,
|
||||
accountCreated: false,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue