Skip to content

Commit

Permalink
Set SITE_MIGRATION_ASSISTED_MIGRATIONas final step of applicaiton pas…
Browse files Browse the repository at this point in the history
…swords flow.
  • Loading branch information
andregardi committed Dec 10, 2024
1 parent 6370a65 commit 6d04bbc
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,9 @@ const siteMigration: Flow = {
);
}

return navigate( STEPS.SITE_MIGRATION_STARTED.slug, {
siteId,
siteSlug,
} );
return navigate(
addQueryArgs( { siteId, siteSlug }, STEPS.SITE_MIGRATION_ASSISTED_MIGRATION.slug )
);
}
}
}
Expand Down

0 comments on commit 6d04bbc

Please sign in to comment.