mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix
This commit is contained in:
@@ -231,6 +231,8 @@ export class DocumentSetUpMeetingPage implements OnInit {
|
||||
},
|
||||
}
|
||||
|
||||
const laoder = this.toastService.loading()
|
||||
|
||||
this.eventService.create({
|
||||
body: postEvent,
|
||||
calendar: this.postData.CalendarName
|
||||
@@ -247,6 +249,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
|
||||
await this.eventService.addAttachment(attachments).toPromise();
|
||||
});
|
||||
|
||||
laoder.remove()
|
||||
this.modalController.dismiss()
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user