From 0ed0d5f5cce8e7f143927de1130097c3fe355695 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Tue, 21 May 2024 14:12:52 +0800 Subject: [PATCH] update --- src/components/EditStaff/EditStaff.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/EditStaff/EditStaff.tsx b/src/components/EditStaff/EditStaff.tsx index b33ad85..fbe4323 100644 --- a/src/components/EditStaff/EditStaff.tsx +++ b/src/components/EditStaff/EditStaff.tsx @@ -61,7 +61,7 @@ const EditStaff: React.FC = ({ Staff, combos }) => { skillSetId: defaultSkillset, // removeSkillSetId: [], currentPositionId: Staff.currentPosition?.id, - salaryId: Staff.salary.id, + salaryId: Staff.salary.salaryPoint, employType: Staff.employType, email: Staff.email, phone1: Staff.phone1, @@ -193,7 +193,7 @@ const EditStaff: React.FC = ({ Staff, combos }) => { skillSetId: defaultSkillset, // removeSkillSetId: [], currentPositionId: Staff.currentPosition?.id, - salaryId: Staff.salary.id, + salaryId: Staff.salary.salaryPoint, employType: Staff.employType, email: Staff.email, phone1: Staff.phone1,