WEB-660:fix Incorrect rounding of report values

This commit is contained in:
shubhamsharma9199 2026-02-03 23:43:12 +05:30
parent 6ed46aa6ac
commit c82c612b50

View File

@ -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();
}