diff --git a/src/app/reports/run-report/run-report.component.ts b/src/app/reports/run-report/run-report.component.ts index 54388782e..c784b672b 100644 --- a/src/app/reports/run-report/run-report.component.ts +++ b/src/app/reports/run-report/run-report.component.ts @@ -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(); }