mirror of
https://github.com/openMF/web-app.git
synced 2026-02-06 14:11:48 +00:00
WEB-660:fix Incorrect rounding of report values (#3083)
This commit is contained in:
parent
58adc0a7d8
commit
5f375583a5
@ -189,7 +189,7 @@ export class RunReportComponent implements OnInit {
|
||||
if (this.exportToS3Allowed) {
|
||||
this.reportForm.addControl('exportOutputToS3', new UntypedFormControl(false));
|
||||
}
|
||||
this.decimalChoice.patchValue('0');
|
||||
this.decimalChoice.patchValue('2');
|
||||
this.setChildControls();
|
||||
this.addDateRangeValidator();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user