Skip to content

Commit ffea121

Browse files
committed
MOBILE-3401 events: Send empty description text
1 parent e12ceb5 commit ffea121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addon/calendar/pages/edit-event/edit-event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ export class AddonCalendarEditEventPage implements OnInit, OnDestroy {
458458
eventtype: formData.eventtype,
459459
timestart: timeStartDate,
460460
description: {
461-
text: formData.description,
461+
text: formData.description || '',
462462
format: 1
463463
},
464464
location: formData.location,

0 commit comments

Comments
 (0)