onEnd: function(evt) {
const eventId = evt.item.id;
const toDate = evt.to.dataset.statusId;
@this.dispatch('onEventDropped', {
eventId: eventId,
toDate: toDate
});
}
onEnd: function(evt) {
const eventId = evt.item.id;
const toDate = evt.to.dataset.statusId;
@this.dispatch('onEventDropped', {
eventId: eventId,
toDate: toDate
});
}