Start integrating the onboarding flow with backend 14
This commit is contained in:
@@ -32,7 +32,7 @@ export const useOnboarding = () => {
|
||||
|
||||
return {
|
||||
// Core state from store
|
||||
currentStep: store.getCurrentStep(),
|
||||
currentStep: store.currentStep, // Return the index, not the step object
|
||||
steps: store.steps,
|
||||
data: store.data,
|
||||
progress: store.getProgress(),
|
||||
|
||||
Reference in New Issue
Block a user