added missing eventLocationName to _EventInputs

This commit is contained in:
Markus 2023-05-17 16:17:02 +02:00
parent 7c37d9f9ef
commit df86812fc0
2 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,7 @@ input _EventInput {
eventEnd: String
eventLocation: String
eventVenue: String
eventLocationName: String
eventIsOnline: Boolean
}

View File

@ -288,6 +288,7 @@ export default {
eventVenue: this.formData.eventVenue,
eventEnd: this.formData.eventEnd,
eventIsOnline: this.formData.eventIsOnline,
eventLocationName: this.formData.eventLocationName
}
}
return undefined