mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
remove alert
This commit is contained in:
@@ -53,7 +53,6 @@ export class EditEventComponent implements OnInit {
|
||||
}
|
||||
|
||||
// attendees list
|
||||
alert(JSON.stringify(this.postEvent.Attendees))
|
||||
if(this.postEvent.Attendees != null) {
|
||||
this.postEvent.Attendees.forEach(e =>{
|
||||
if(e.IsRequired) {
|
||||
|
||||
Reference in New Issue
Block a user