mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve Attendees component for agenda
This commit is contained in:
@@ -32,7 +32,6 @@ export class AttendeeModalPage implements OnInit {
|
||||
|
||||
// set data to agenda component
|
||||
this.setContact.emit(this.selectedContact);
|
||||
// got back
|
||||
this.GoBackEditOrAdd.emit();
|
||||
}
|
||||
|
||||
@@ -75,7 +74,7 @@ export class AttendeeModalPage implements OnInit {
|
||||
async selectContact(itm: EventPerson){
|
||||
|
||||
const index = 0;
|
||||
const findIndex = this.selectedContact.find((contact, index)=>{
|
||||
const findIndex = this.selectedContact.find((contact, index)=>{
|
||||
|
||||
if(contact.Name == itm.Name && contact.EmailAddress == itm.EmailAddress){
|
||||
index = index;
|
||||
|
||||
Reference in New Issue
Block a user