Explorar el Código

using salaryPoint as id

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

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

@@ -216,12 +216,13 @@ const EditStaff: React.FC = async () => {
required: true,
};
case "salary":
// console.log("salary", data[key])
return {
id: `salaryId`,
label: t(`Salary Point`),
type: "combo-Obj",
options: salaryCombo,
value: data[key]?.id ?? "",
value: data[key]?.salaryPoint ?? "",
required: true,
};
// case "hourlyRate":


Cargando…
Cancelar
Guardar