improve exception saving
This commit is contained in:
@@ -57,7 +57,7 @@ export class SingleEventDashboardEventActivation {
|
||||
this.calendarService.applyException(eventId, payload ).subscribe(
|
||||
{
|
||||
next: () => {
|
||||
this.onAction()('close');
|
||||
this.onAction()('save-event-success');
|
||||
},
|
||||
error: err => {
|
||||
alert('Failed to change event');
|
||||
|
||||
Reference in New Issue
Block a user