Skip to content

Commit

Permalink
Merge pull request #194 from nentor/nentor-bug/billing-country
Browse files Browse the repository at this point in the history
fix: country state on billing step not getting persisted upon selection
  • Loading branch information
Baroshem committed Apr 21, 2022
2 parents d993d21 + 2007f48 commit c32ca51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog/1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
* [Docs]: Update README.md [#177](https://github.com/vuestorefront-community/vendure/issues/177)
* [Bug]: BottomNavigation on mobile is moved to the left, and cannot open the mobile menu [#184](https://github.com/vuestorefront-community/vendure/issues/184)
* [Feature]: Replace mocked products in carousel on Home page [#165](https://github.com/vuestorefront-community/vendure/issues/165)
* [Bug]: Country state on billing step not getting persisted upon selection [#194](https://github.com/vuestorefront-community/vendure/pull/194)
2 changes: 1 addition & 1 deletion packages/theme/pages/Checkout/Billing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
>
<SfSelect
v-e2e="'billing-country'"
:value="billingDetails.country"
v-model="billingDetails.country"
:label="$t('Country')"
name="country"
class="form__element form__element--half form__select sf-select--underlined"
Expand Down

0 comments on commit c32ca51

Please sign in to comment.