Skip to content

Commit

Permalink
[MWPW-168422] Fix for broken single rollout functionality (#3729)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkthakur48 authored Feb 24, 2025
2 parents 1aa18d5 + 7b94325 commit cf6249e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/blocks/locui-create/locui-create.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function Create() {
}
}
if (projectInitByUrl && !projectKey) {
setUserWorkflowType('singleRollout');
setProject(projectInitByUrl);
setInitByParams(projectInitByUrl);
setSelectedLocalesAndRegions();
Expand Down

0 comments on commit cf6249e

Please sign in to comment.