Skip to content

Commit

Permalink
fix: employee mapping field not populating on page load
Browse files Browse the repository at this point in the history
  • Loading branch information
JustARatherRidiculouslyLongUsername committed Jan 24, 2025
1 parent 0d66cbc commit 0c981ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ return of(null);
this.addMissingOptions();
this.exportSettingForm = QBOExportSettingModel.mapAPIResponseToFormGroup(this.exportSettings, this.employeeFieldMapping);
this.employeeSettingForm = QBOExportSettingModel.createEmployeeSettingsForm(
this.existingEmployeeFieldMapping,
this.employeeFieldMapping,
workspaceGeneralSettings?.auto_map_employees || false
);
if (!this.brandingFeatureConfig.featureFlags.exportSettings.reimbursableExpenses) {
Expand Down

0 comments on commit 0c981ed

Please sign in to comment.