mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge branch 'merge-6336-into-6339-optimize-event-create-and-update' of github.com:Ocelot-Social-Community/Ocelot-Social into merge-6336-into-6339-optimize-event-create-and-update
This commit is contained in:
commit
130a3de45c
@ -11,7 +11,7 @@ export const validateEventParams = (params) => {
|
||||
validateEventEnd(eventInput.eventStart, eventInput.eventEnd)
|
||||
params.eventEnd = eventInput.eventEnd
|
||||
} else {
|
||||
params.eventEnd = null
|
||||
params.eventEnd = null
|
||||
}
|
||||
|
||||
if (eventInput.eventLocationName && !eventInput.eventVenue) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user