ud-components 0.5.23 → 0.5.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3828,6 +3828,7 @@ class CalendarComponent {
3828
3828
  endTime: endDate,
3829
3829
  bookedBy: presetUserId,
3830
3830
  booked: presetBooked,
3831
+ title: reschedule?.defaultTitle ?? '',
3831
3832
  });
3832
3833
  const ref = this.dialog.open(ModalComponent, {
3833
3834
  width: '480px',