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