|
|
@@ -131,6 +131,7 @@ const Allocation: React.FC<Props> = ({ allStaffs: staff, teamLead }) => { |
|
|
|
{ label: t("Staff Id"), name: "staffId" }, |
|
|
|
{ label: t("Staff Name"), name: "name" }, |
|
|
|
{ label: t("Position"), name: "currentPosition" }, |
|
|
|
{ label: t("Active"), name: "active", type: "checkbox" }, |
|
|
|
], |
|
|
|
[addStaff, t] |
|
|
|
); |
|
|
@@ -146,6 +147,7 @@ const Allocation: React.FC<Props> = ({ allStaffs: staff, teamLead }) => { |
|
|
|
{ label: t("Staff Id"), name: "staffId" }, |
|
|
|
{ label: t("Staff Name"), name: "name" }, |
|
|
|
{ label: t("Position"), name: "currentPosition" }, |
|
|
|
{ label: t("Active"), name: "active", type: "checkbox" }, |
|
|
|
{ |
|
|
|
label: t("teamLead"), |
|
|
|
name: "action", |
|
|
|