This commit is contained in:
Peter Maquiran
2023-07-14 10:19:33 +01:00
parent 63abde5697
commit c62c14c30b
35 changed files with 347 additions and 40 deletions
@@ -335,6 +335,8 @@ export class DocumentSetUpMeetingPage implements OnInit {
this.setIntervenient(newAttendees);
this.setIntervenientCC(newAttendeesCC);
}
}, (error) => {
console.log(error)
});
} else {
@@ -371,6 +373,8 @@ export class DocumentSetUpMeetingPage implements OnInit {
this.setIntervenient(newAttendees);
this.setIntervenientCC(newAttendeesCC);
}
}, (error) => {
console.log(error)
});
} else {
this.showAttendees = true;
@@ -393,7 +397,9 @@ export class DocumentSetUpMeetingPage implements OnInit {
const data = res.data;
this.attachments.push(data.selected);
}
});
}, (error) => {
console.log(error)
});
}
removeAttachment(index: number) {