mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 10:05:03 +00:00
address selection: fix leaflet icon url + others fix (WIP)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
</div>
|
||||
<div class="address_form__map">
|
||||
<address-map>
|
||||
<address-map ref="addressMap">
|
||||
</address-map>
|
||||
</div>
|
||||
|
||||
@@ -88,7 +88,7 @@ export default {
|
||||
this.$store.commit('setIsNoAddress', v);
|
||||
},
|
||||
get() {
|
||||
return this.$store.state.form.isNoAddress; //this.add_address.form.isNoAddress
|
||||
return this.$store.state.form.isNoAddress; //TODO could be this.add_address.form.isNoAddress
|
||||
}
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user