From a0be2b8d2cc47e15a8a28d06e11e87467dffe9d0 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Fri, 12 Apr 2024 11:12:22 +0800 Subject: [PATCH] update combo --- src/components/CreateStaff/CreateStaff.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, {