|
|
@@ -118,7 +118,7 @@ const StaffAllocation: React.FC<Props> = ({ |
|
|
|
}, |
|
|
|
{ label: t("Team"), name: "team" }, |
|
|
|
{ label: t("Grade"), name: "grade" }, |
|
|
|
{ label: t("Staff ID"), name: "id" }, |
|
|
|
{ label: t("Staff ID"), name: "staffId" }, |
|
|
|
{ label: t("Staff Name"), name: "name" }, |
|
|
|
{ label: t("Title"), name: "currentPosition" }, |
|
|
|
], |
|
|
|