|
|
@@ -61,7 +61,7 @@ const EditStaff: React.FC<formProps> = ({ 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<formProps> = ({ 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, |
|
|
|