Explorar el Código

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek hace 1 año
padre
commit
0ed0d5f5cc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/components/EditStaff/EditStaff.tsx

+ 2
- 2
src/components/EditStaff/EditStaff.tsx Ver fichero

@@ -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,


Cargando…
Cancelar
Guardar