Explorar el Código

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek hace 1 año
padre
commit
cfd24a260f
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. +6
    -6
      src/components/CreateStaff/CreateStaff.tsx

+ 6
- 6
src/components/CreateStaff/CreateStaff.tsx Ver fichero

@@ -215,12 +215,12 @@ const CreateStaff: React.FC<formProps> = ({ Title }) => {
// value: "",
// required: false,
// },
{
id: "hourlyRate",
label: t("Hourly Rate"),
type: "numeric-testing",
required: true,
},
// {
// id: "hourlyRate",
// label: t("Hourly Rate"),
// type: "numeric-testing",
// required: true,
// },
{
id: "employType",
label: t("Employ Type"),


Cargando…
Cancelar
Guardar