Skip to content

Commit 59df762

Browse files
committed
updates
1 parent 28c9e92 commit 59df762

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/breathe/actions/create-employee/create-employee.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ export default {
106106
home_telephone: this.homeTelephone,
107107
department: this.departmentId,
108108
division: this.divisionId,
109-
location: this.location,
110-
working_pattern: this.workingPattern,
111-
holiday_allownace: this.holiday_allowance,
109+
location: this.locationId,
110+
working_pattern: this.workingPatternId,
111+
holiday_allownace: this.holidayAllowanceId,
112112
},
113113
},
114114
});

components/breathe/breathe.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default {
110110
},
111111
holidayAllowanceId: {
112112
type: "string",
113-
label: "Holiday Allownace ID",
113+
label: "Holiday Allowance ID",
114114
description: "The identifier of a holiday allowance",
115115
optional: true,
116116
async options() {

0 commit comments

Comments
 (0)