Skip to content

Commit

Permalink
fix(api): add additional flow completion steps
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmat committed Feb 3, 2023
1 parent d5593b7 commit 6462dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/flows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ export function useFlows() {
return JSON.parse(flows.find((f) => f.slug === slug).data)
}

return { getFlows, getFlow, getFlowData, hasLoadedData, getStepStatus, getFlowSteps }
return { getFlows, getFlow, getFlowData, hasLoadedData, getStepStatus, getFlowSteps, markStepStarted, markStepCompleted }
}

0 comments on commit 6462dcb

Please sign in to comment.