Skip to content

Commit

Permalink
Merge pull request #134 from d-rec/DR-848_Add_MeterReads
Browse files Browse the repository at this point in the history
DR-848 externalId dropdown at add meterReads page
  • Loading branch information
Aish1990 authored Aug 6, 2024
2 parents 579efb5 + 6afc658 commit 9b7f318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/view/meter-read/addread/addread.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export class AddreadComponent implements OnInit {
const FilterForm = { organizationId: this.orgId };
this.deviceservice.GetMyDevices(deviceurl, FilterForm).subscribe({
next: (data) => {
this.devicelist = data.devices;
this.devicelist = data;
this.readForm.controls['externalId'];
this.filteredexternalIdOptions = this.readForm.controls[
'externalId'
Expand Down

0 comments on commit 9b7f318

Please sign in to comment.