Skip to content

Commit

Permalink
initialize JoinOrNewLOD component w/ value from machine context (save…
Browse files Browse the repository at this point in the history
… user's selection between navigations)
  • Loading branch information
nucleogenesis committed Jul 2, 2024
1 parent f4fbe50 commit 00c0e06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
data() {
return {
Options,
selected: Options.JOIN,
selected: this.wizardService.state.context.lodImportOrJoin || Options.JOIN,
showSelectAddressModal: false,
};
},
Expand Down

0 comments on commit 00c0e06

Please sign in to comment.