Skip to content

Commit

Permalink
Test if works...
Browse files Browse the repository at this point in the history
  • Loading branch information
defectiveAi committed Sep 26, 2024
1 parent e1294f6 commit f08818f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class DhRequestSettlementReportModalComponent extends WattTypedModal<Sett
if (showEnergySupplierDropdown) {
this.form.addControl(
'energySupplier',
new FormControl<string | null>(null, Validators.required)
new FormControl<string | null>(ALL_ENERGY_SUPPLIERS, Validators.required)
);
}
})
Expand Down

0 comments on commit f08818f

Please sign in to comment.