Skip to content

Commit

Permalink
Set current incident number label in admin screen (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 authored Jun 17, 2024
1 parent 3ee7a6d commit 0233511
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ export class AdminIncidentForm implements OnInit, OnChanges {
self.currentAdminIncident.incidentLocation.latitude;
self.incident.fireNumber =
self.currentAdminIncident.incidentNumberSequence;
self.incident.incidentLabel =
self.currentAdminIncident.incidentLabel;
self.incident.wildfireYear =
self.currentAdminIncident.wildfireYear;
self.incident.fireOfNote =
Expand Down

0 comments on commit 0233511

Please sign in to comment.