Skip to content
Snippets Groups Projects
Commit 9e86f1ec authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #19487 TIME 0:15 check default value of sender

parent 75a76266
No related branches found
No related tags found
No related merge requests found
......@@ -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) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment