소스 검색

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,
},
{


불러오는 중...
취소
저장