diff --git a/themes/default/account/address.blade.php b/themes/default/account/address.blade.php index a953a3b3..b23d98ed 100644 --- a/themes/default/account/address.blade.php +++ b/themes/default/account/address.blade.php @@ -135,9 +135,9 @@ if (typeof index == 'number') { this.editIndex = index; this.form = JSON.parse(JSON.stringify(this.addresses[index])) - this.countryChange(this.form.country_id); } + this.countryChange(this.form.country_id); this.editShow = true },