Skip to content

Commit

Permalink
fix: CCC group fields getting reset (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Aug 20, 2024
1 parent 89f343d commit b083556
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ export class QboExportSettingsComponent implements OnInit {
this.exportSettingForm.controls.creditCardExportGroup.disable();
} else {
this.cccExpenseGroupingDateOptions = this.reimbursableExpenseGroupingDateOptions.concat();
this.helperService.clearValidatorAndResetValue(this.exportSettingForm, 'creditCardExportGroup');
this.helperService.enableFormField(this.exportSettingForm, 'creditCardExportGroup');
}
}
Expand Down

0 comments on commit b083556

Please sign in to comment.