Fixing create event (#5781)
parent
16fda5f599
commit
901f54ca3a
|
@ -227,7 +227,7 @@ export const createEvent = async (
|
|||
createdEvent: creationResult,
|
||||
originalEvent: calEvent,
|
||||
calError,
|
||||
calWarnings: creationResult?.additionalInfo.calWarnings,
|
||||
calWarnings: creationResult?.additionalInfo?.calWarnings || [],
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue