Преглед изворни кода

update

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek пре 1 година
родитељ
комит
cfd24a260f
1 измењених фајлова са 6 додато и 6 уклоњено
  1. +6
    -6
      src/components/CreateStaff/CreateStaff.tsx

+ 6
- 6
src/components/CreateStaff/CreateStaff.tsx Прегледај датотеку

@@ -215,12 +215,12 @@ const CreateStaff: React.FC<formProps> = ({ Title }) => {
// value: "", // value: "",
// required: false, // 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", id: "employType",
label: t("Employ Type"), label: t("Employ Type"),


Loading…
Откажи
Сачувај