瀏覽代碼

update combo

tags/Baseline_30082024_FRONTEND_UAT
MSI\derek 1 年之前
父節點
當前提交
a0be2b8d2c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/components/CreateStaff/CreateStaff.tsx

+ 1
- 1
src/components/CreateStaff/CreateStaff.tsx 查看文件

@@ -171,7 +171,7 @@ const CreateStaff: React.FC<formProps> = ({ Title }) => {
id: "companyId",
label: t("Company"),
type: "combo-Obj",
options: teamCombo,
options: companyCombo,
required: true,
},
{


Loading…
取消
儲存