Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-missing-ecom-steps' into cyp…
Browse files Browse the repository at this point in the history
…ress-quick-fix
  • Loading branch information
avneet-raj committed Mar 5, 2024
2 parents 8848500 + 16882aa commit 7558520
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/OnboardingSPA/components/StateHandlers/Flow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ const FlowStateHandler = () => {

const checkCapability = () => {
if ( ! validateFlow( brandConfig, SITEGEN_FLOW ) ) {
const getData = resolveGetDataForFlow( DEFAULT_FLOW );
const getData = resolveGetDataForFlow(
window.nfdOnboarding.currentFlow
);
const data = getData();

const updateAllStep = removeFromAllSteps( data.steps, [
Expand Down

0 comments on commit 7558520

Please sign in to comment.