Skip to content

Commit

Permalink
refactor: remove useless filter
Browse files Browse the repository at this point in the history
Reviewed-by: andriac
  • Loading branch information
andriacap committed Feb 1, 2024
1 parent 5686edb commit 83f6dbb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ export class ImportListComponent implements OnInit {
});

this.selectDestinationForm.valueChanges.subscribe((desCode: DestCode) => {
if (desCode == this.selectDestinationForm.value) {
this.updateOnDest(desCode);
}
});
}

Expand Down

0 comments on commit 83f6dbb

Please sign in to comment.