mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix merge
This commit is contained in:
@@ -727,7 +727,8 @@ export class NewEventPage implements OnInit {
|
||||
postEvent: this.postEvent,
|
||||
eventBody: this.eventBody,
|
||||
segment: this.segment,
|
||||
CalendarName: this.CalendarName
|
||||
CalendarName: this.CalendarName,
|
||||
documents: this.documents
|
||||
}
|
||||
}
|
||||
|
||||
@@ -745,6 +746,7 @@ export class NewEventPage implements OnInit {
|
||||
this.eventBody = restoredData.eventBody
|
||||
this.segment = restoredData.segment
|
||||
this.CalendarName = restoredData.CalendarName
|
||||
this.documents = restoredData.documents
|
||||
|
||||
// restore dater for date and hours picker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user