This commit is contained in:
Matej Bačo
2023-12-19 21:02:30 +01:00
parent b09267c251
commit d935b06bdd
@@ -24,7 +24,7 @@
const countryList = await sdk.forProject.locale.listCountries();
const locale = await sdk.forProject.locale.get();
if (locale.countryCode) {
country = locale.countryCode;
selectedAddress.country = locale.countryCode;
}
options = countryList.countries.map((country) => {
return {