mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
minor
This commit is contained in:
parent
7ce02c9e1e
commit
e3b296565c
1 changed files with 0 additions and 2 deletions
|
@ -373,11 +373,9 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(['addEvent', 'updateEvent', 'updateMeta', 'updateEvents']),
|
...mapActions(['addEvent', 'updateEvent', 'updateMeta', 'updateEvents']),
|
||||||
eventImported (event) {
|
eventImported (event) {
|
||||||
console.error('sono dentro event imported', event)
|
|
||||||
this.event = event
|
this.event = event
|
||||||
},
|
},
|
||||||
selectPlace (p) {
|
selectPlace (p) {
|
||||||
console.error('sono dentro selectePlace')
|
|
||||||
const place = p && this.places.find(place => place.id === p.id)
|
const place = p && this.places.find(place => place.id === p.id)
|
||||||
if (place && place.address) {
|
if (place && place.address) {
|
||||||
this.event.place.name = p.name
|
this.event.place.name = p.name
|
||||||
|
|
Loading…
Reference in a new issue