diff --git a/src/components/CreateStaff/CreateStaff.tsx b/src/components/CreateStaff/CreateStaff.tsx index a76da6b..312f18e 100644 --- a/src/components/CreateStaff/CreateStaff.tsx +++ b/src/components/CreateStaff/CreateStaff.tsx @@ -215,12 +215,12 @@ const CreateStaff: React.FC = ({ 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"),