diff --git a/src/frontend/app/indexation/indexing-form/indexing-form.component.ts b/src/frontend/app/indexation/indexing-form/indexing-form.component.ts index f5a919ab2fbca7b1b3146fc8460cb2b1caf0d205..f0a43007cc2e23c47d6328334de2955d493eb296 100755 --- a/src/frontend/app/indexation/indexing-form/indexing-form.component.ts +++ b/src/frontend/app/indexation/indexing-form/indexing-form.component.ts @@ -1067,6 +1067,9 @@ export class IndexingFormComponent implements OnInit { } }); this.createForm(); + if (this.arrFormControl['senders'].value.length === 1) { + this.selectedContact(this.arrFormControl['senders'].value[0], 'senders'); + } }), catchError((err: any) => {