Skip to content

Commit

Permalink
issue-163 fix feedback unsubscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
RLiNREL committed Oct 10, 2024
1 parent bb7afa1 commit feb5d64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export class EnergyEquipmentFormComponent {
ngOnDestroy() {
this.contactSub.unsubscribe();
this.companySub.unsubscribe();
this.facilitySub.unsubscribe();
}

async industrialSystemChange() {
Expand Down

0 comments on commit feb5d64

Please sign in to comment.