Sfoglia il codice sorgente

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 anno fa
parent
commit
cfd24a260f
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. +6
    -6
      src/components/CreateStaff/CreateStaff.tsx

+ 6
- 6
src/components/CreateStaff/CreateStaff.tsx Vedi File

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


Caricamento…
Annulla
Salva