Add funcional test and fix build

This commit is contained in:
Peter Maquiran
2021-07-14 22:10:22 +01:00
parent 11b0c28301
commit 6d05f56d8b
8 changed files with 67 additions and 6 deletions
@@ -139,8 +139,6 @@ export class NewEventPage implements OnInit {
this.getRecurrenceTypes();
if(!this.restoreTemporaryData()){
// clear
this.eventBody = { BodyType : "1", Text : ""};
this.postEvent.Body = this.eventBody;