diff --git a/frontend/src/app/modules/imports/components/import_list/import-list.component.ts b/frontend/src/app/modules/imports/components/import_list/import-list.component.ts index 690224120f..e9e683803a 100644 --- a/frontend/src/app/modules/imports/components/import_list/import-list.component.ts +++ b/frontend/src/app/modules/imports/components/import_list/import-list.component.ts @@ -62,9 +62,7 @@ export class ImportListComponent implements OnInit { }); this.selectDestinationForm.valueChanges.subscribe((desCode: DestCode) => { - if (desCode == this.selectDestinationForm.value) { this.updateOnDest(desCode); - } }); }