mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
added missing eventLocationName to _EventInputs
This commit is contained in:
parent
7c37d9f9ef
commit
df86812fc0
@ -196,6 +196,7 @@ input _EventInput {
|
||||
eventEnd: String
|
||||
eventLocation: String
|
||||
eventVenue: String
|
||||
eventLocationName: String
|
||||
eventIsOnline: Boolean
|
||||
}
|
||||
|
||||
|
||||
@ -288,6 +288,7 @@ export default {
|
||||
eventVenue: this.formData.eventVenue,
|
||||
eventEnd: this.formData.eventEnd,
|
||||
eventIsOnline: this.formData.eventIsOnline,
|
||||
eventLocationName: this.formData.eventLocationName
|
||||
}
|
||||
}
|
||||
return undefined
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user