Improve validation

This commit is contained in:
Peter Maquiran
2021-07-01 16:32:03 +01:00
parent ab841623be
commit b396191707
2 changed files with 1 additions and 19 deletions
@@ -209,7 +209,6 @@ export class NewEventPage implements OnInit {
})
}
this.taskParticipants = removeDuplicate(this.taskParticipants);
this.taskParticipantsCc = removeDuplicate(this.taskParticipantsCc);