several improvements

This commit is contained in:
tiago.kayaya
2021-01-31 16:14:42 +01:00
parent 568ad6f06c
commit ab1bfe0496
7 changed files with 61 additions and 16 deletions
@@ -41,6 +41,7 @@ export class ViewEventPage implements OnInit {
public alertController: AlertController,
)
{
this.profile = this.navParams.get('profile');
this.isEventEdited = false;
this.loadedEvent = new Event();
this.eventBody = { BodyType : "1", Text : ""};