diff --git a/src/components/CreateStaff/CreateStaff.tsx b/src/components/CreateStaff/CreateStaff.tsx index fc03184..0aed5ab 100644 --- a/src/components/CreateStaff/CreateStaff.tsx +++ b/src/components/CreateStaff/CreateStaff.tsx @@ -171,7 +171,7 @@ const CreateStaff: React.FC = ({ Title }) => { id: "companyId", label: t("Company"), type: "combo-Obj", - options: teamCombo, + options: companyCombo, required: true, }, {