fix(calendar(js)): fix exception when changing an event calendar

pull/289/head
Francis Lachapelle 2020-11-05 10:29:27 -05:00
parent bf27328b9a
commit 0e0fc72b44
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@
this.changeCalendar = function () {
var updateRequired = (this.component.attendees && this.component.attendees.length > 0);
if (updateRequired)
this.component.initOrganizer(Calendar.$get(this.component.destinationCalendar));
this.component.$attendees.initOrganizer(Calendar.$get(this.component.destinationCalendar));
};
// Autocomplete cards for attendees