This commit is contained in:
lesion 2022-11-25 10:20:44 +01:00
parent 7d1c3edbfc
commit f1799357db
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -133,10 +133,8 @@ export default {
},
selectPlace (p) {
if (!p) { return }
console.error('dentro select place ', p)
if (typeof p === 'object' && !p.create) {
if (p.id === this.value.id) return
console.error('quindi sono qui dentro !')
this.place.name = p.name
this.place.address = p.address
if (this.settings.allow_geolocation) {